diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-18 21:15:07 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-18 21:15:07 +0000 |
commit | e507190d0d6bc39293f665702c2506456ae31107 (patch) | |
tree | e0bb35773ef4b40f455703fa2781a51565bf1981 /mail/popa3d | |
parent | 94beb52331d3ebca1c93e936b12657a7a2fb3fcc (diff) | |
download | pkgsrc-e507190d0d6bc39293f665702c2506456ae31107.tar.gz |
When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file already
exists, then use it as the default value of DEINSTALL_EXTRA_TMPL or
INSTALL_EXTRA_TMPL.
Diffstat (limited to 'mail/popa3d')
-rw-r--r-- | mail/popa3d/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/popa3d/Makefile b/mail/popa3d/Makefile index ac8964a93f5..10d5ea294be 100644 --- a/mail/popa3d/Makefile +++ b/mail/popa3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2002/04/23 14:03:43 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2002/09/18 21:15:12 jlam Exp $ # DISTNAME= popa3d-0.5.1 @@ -17,7 +17,6 @@ POPA3D_GROUP?= popa3d PKG_GROUPS= ${POPA3D_GROUP} PKG_USERS= ${POPA3D_USER}:${POPA3D_GROUP} -DEINSTALL_EXTRA_TMPL= ${PKGDIR}/DEINSTALL USE_BUILDLINK_ONLY= # defined FILES_SUBST+= POPA3D_USER=${POPA3D_USER} |