summaryrefslogtreecommitdiff
path: root/games/xpat2
diff options
context:
space:
mode:
authorjlam <jlam>2001-12-02 06:56:38 +0000
committerjlam <jlam>2001-12-02 06:56:38 +0000
commitf99697d915e447ed9abcf7aca31b0c873ea53734 (patch)
treecae588008c2ebc64dfaaf967400630b03c968bdf /games/xpat2
parent77f7fc5d39245d400e8ec79fa531f29c951fa641 (diff)
downloadpkgsrc-f99697d915e447ed9abcf7aca31b0c873ea53734.tar.gz
bsd.pkg.install.mk calls the INSTALL script at the right times
automatically, so no need to do it ourselves.
Diffstat (limited to 'games/xpat2')
-rw-r--r--games/xpat2/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xpat2/Makefile b/games/xpat2/Makefile
index aeb98728e31..56f1038e477 100644
--- a/games/xpat2/Makefile
+++ b/games/xpat2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/11/19 23:27:51 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2001/12/02 06:56:40 jlam Exp $
# FreeBSD: ports/games/xpat2/Makefile,v 1.11 2000/04/14 12:27:59 asami Exp
DISTNAME= xpat2-1.06
@@ -24,7 +24,6 @@ MAKE_DIRS= /var/games
post-install:
${CHOWN} root.games ${PREFIX}/bin/xpat2
${CHMOD} 2555 ${PREFIX}/bin/xpat2
- PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
.include "../../graphics/xpm/buildlink.mk"
.include "../../mk/bsd.pkg.install.mk"