diff options
author | jlam <jlam@pkgsrc.org> | 2001-12-02 06:56:38 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-12-02 06:56:38 +0000 |
commit | 55ffb37406a84184fb4d92bd4b3ea2544fdf25da (patch) | |
tree | cae588008c2ebc64dfaaf967400630b03c968bdf /chat | |
parent | e1a97d1b323c48b19428f035fb03e0cd0d908418 (diff) | |
download | pkgsrc-55ffb37406a84184fb4d92bd4b3ea2544fdf25da.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')
-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" |