diff options
author | jlam <jlam> | 2001-12-02 06:56:38 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-12-02 06:56:38 +0000 |
commit | f99697d915e447ed9abcf7aca31b0c873ea53734 (patch) | |
tree | cae588008c2ebc64dfaaf967400630b03c968bdf /chat/gale | |
parent | 77f7fc5d39245d400e8ec79fa531f29c951fa641 (diff) | |
download | pkgsrc-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 'chat/gale')
-rw-r--r-- | chat/gale/Makefile | 6 |
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" |