summaryrefslogtreecommitdiff
path: root/chat/gale
diff options
context:
space:
mode:
authorjlam <jlam>2001-12-02 06:56:38 +0000
committerjlam <jlam>2001-12-02 06:56:38 +0000
commitd1c143236383007ebe2b664cf4f20e65f07e995a (patch)
treecae588008c2ebc64dfaaf967400630b03c968bdf /chat/gale
parentbe4037a8473c5de66a8b96ac53c9dc59a80855ee (diff)
downloadpkgsrc-d1c143236383007ebe2b664cf4f20e65f07e995a.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 'chat/gale')
-rw-r--r--chat/gale/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/chat/gale/Makefile b/chat/gale/Makefile
index 164175806be..80bb352e4ac 100644
--- a/chat/gale/Makefile
+++ b/chat/gale/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/11/26 20:38:31 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2001/12/02 06:56:39 jlam Exp $
#
DISTNAME= gale-0.99a
@@ -38,14 +38,10 @@ OWN_DIRS_PERMS= ${PKG_SYSCONFDIR}/auth/cache \
OWN_DIRS_PERMS+= ${PKG_SYSCONFDIR}/auth/local \
${SHAREOWN} ${SHAREGRP} 1777
-pre-install:
- PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} PRE-INSTALL
-
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/kutils/ROOT ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/COPYING ${EGDIR}
- PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
.include "../../devel/boehm-gc/buildlink.mk"
.include "../../devel/glib/buildlink.mk"