diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:17:33 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:17:33 +0000 |
commit | c1e62c442c320ff68dcc77298b2a82d5f9c6892c (patch) | |
tree | 0b6c46fa360e6a27c985023f6dcc5c2013994c9e /games/pp/Makefile | |
parent | d0bcea0fbd6827670f6efa321c4aa6537f9a1665 (diff) | |
download | ports-c1e62c442c320ff68dcc77298b2a82d5f9c6892c.tar.gz ports-c1e62c442c320ff68dcc77298b2a82d5f9c6892c.zip |
Notes
Diffstat (limited to 'games/pp/Makefile')
-rw-r--r-- | games/pp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pp/Makefile b/games/pp/Makefile index 4d3e1d445368..12a7f71af4cd 100644 --- a/games/pp/Makefile +++ b/games/pp/Makefile @@ -3,7 +3,7 @@ # Date created: 21 May 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.3 1998/08/07 23:56:21 asami Exp $ +# $Id: Makefile,v 1.4 1998/08/12 06:29:28 asami Exp $ # DISTNAME= pp-0.01 @@ -19,7 +19,7 @@ USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/ppsrc pre-build: - @ cd ${WRKSRC}; make depend + @ cd ${WRKSRC}; ${MAKE} ${MAKE_ENV} depend do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/pp ${PREFIX}/bin/pp.bin |