mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@82139 d073be05-634f-4543-b044-5fe20cf6d1d6
16 lines
378 B
Diff
16 lines
378 B
Diff
--- Makefile.orig 2011-05-25 14:35:38.000000000 -0500
|
|
+++ Makefile 2011-08-08 10:00:38.000000000 -0500
|
|
@@ -1,10 +1,10 @@
|
|
|
|
DESTDIR =
|
|
PREFIX := /usr
|
|
-MANDIR := $(PREFIX)/man
|
|
+MANDIR := $(PREFIX)/share/man
|
|
DOCDIR := ${PREFIX}/share/doc
|
|
|
|
-.PHONY : shell-fm manual all clean tags cscope
|
|
+.PHONY : shell-fm manual all clean install tags cscope
|
|
|
|
all : shell-fm manual
|
|
|