aboutsummaryrefslogtreecommitdiff
path: root/x11/xsnow
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2008-08-24 17:57:40 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2008-08-24 17:57:40 +0000
commitdb79804feb6ff1ba24749772806ef0d84a1aa8e0 (patch)
treeda2f7e0ddfd7a67e28dcf9c21b9b2b59c0e6449d /x11/xsnow
parent0de0eab019487f5b6c7231ee96ed88ffe3b44c78 (diff)
downloadports-db79804feb6ff1ba24749772806ef0d84a1aa8e0.tar.gz
ports-db79804feb6ff1ba24749772806ef0d84a1aa8e0.zip
Use pre-su-install instead of pre-install.
PR: ports/124018 Submitted by: glewis
Notes
Notes: svn path=/head/; revision=219092
Diffstat (limited to 'x11/xsnow')
-rw-r--r--x11/xsnow/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xsnow/Makefile b/x11/xsnow/Makefile
index 74f6bd69cc0c..0b75f2ec5f14 100644
--- a/x11/xsnow/Makefile
+++ b/x11/xsnow/Makefile
@@ -25,7 +25,7 @@ pre-build:
-e 's: MANDIR .*:MANDIR=${PREFIX}/man/man6:' \
-e 's: MANSUFFIX .*:MANSUFFIX=6:' <Makefile~ >Makefile
-pre-install:
+pre-su-install:
@${MKDIR} ${PREFIX}/bin
@${MKDIR} ${PREFIX}/man/man6
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)