diff options
author | max <max@FreeBSD.org> | 1997-07-21 19:36:28 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-21 19:36:28 +0000 |
commit | 1edda8d82e94a4effb34a688e31af62a24208341 (patch) | |
tree | 8248a2d46d1bfa68c06c82d82620caa0f14881dc /games/xpipeman/Makefile | |
parent | bad42d5303320de2363ecd5f71710e52f9813173 (diff) | |
download | FreeBSD-ports-1edda8d82e94a4effb34a688e31af62a24208341.zip FreeBSD-ports-1edda8d82e94a4effb34a688e31af62a24208341.tar.gz |
install -> ${INSTALL}.
${.CURDIR}/files -> ${FILESDIR}.
/usr/X11R6 -> ${PREFIX}.
Diffstat (limited to 'games/xpipeman/Makefile')
-rw-r--r-- | games/xpipeman/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile index 928ec18..b869f30 100644 --- a/games/xpipeman/Makefile +++ b/games/xpipeman/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.7 1996/11/18 11:26:38 asami Exp $ +# $Id: Makefile,v 1.8 1997/01/03 09:37:38 obrien Exp $ # DISTNAME= xpipeman @@ -17,6 +17,6 @@ MAINTAINER= swallace@FreeBSD.org USE_IMAKE= yes post-install: - install -c -g games -m 664 ${.CURDIR}/files/xpipescores /usr/X11R6/lib/X11 + ${INSTALL} -c -g games -m 664 ${FILESDIR}/xpipescores ${PREFIX}/lib/X11 .include <bsd.port.mk> |