diff options
Diffstat (limited to 'games/xqf/Makefile')
-rw-r--r-- | games/xqf/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games/xqf/Makefile b/games/xqf/Makefile index 302d0367156e..2b3159ce7cbe 100644 --- a/games/xqf/Makefile +++ b/games/xqf/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xqf -# Version required: 0.8.99.2 +# Version required: 0.9.0 # Date created: 08 February 1999 # Whom: steve farrell # -# $Id: Makefile,v 1.3 1999/05/09 16:59:17 steve Exp $ +# $Id: Makefile,v 1.4 1999/05/29 03:56:09 steve Exp $ # -DISTNAME= xqf-0.8.99.2 +DISTNAME= xqf-0.9.0 CATEGORIES= games MASTER_SITES= ftp://ftp.linuxgames.com/xqf/ @@ -16,8 +16,6 @@ RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 USE_GMAKE= yes - -post-install: - @ ${CAT} ${PKGDIR}/MESSAGE +MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" .include <bsd.port.mk> |