diff options
author | jmc <jmc@pkgsrc.org> | 2003-09-02 23:14:44 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-09-02 23:14:44 +0000 |
commit | 9ba4361a123fa3510d3a713a50b30c47b5794f4f (patch) | |
tree | 1f9148dfe02a19d9a4e2e5ec54a3ef26fa64540d /security/cyrus-sasl2 | |
parent | c0b994c4c804db1f96d968d18db290f158e25440 (diff) | |
download | pkgsrc-9ba4361a123fa3510d3a713a50b30c47b5794f4f.tar.gz |
Nuke definition for INSTALL_EXTRA_TMPL here since INSTALL doesn't exist.
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index cc91a1a05c5..6a4b34b87ac 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/08/30 22:51:35 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2003/09/02 23:16:45 jmc Exp $ .include "Makefile.common" @@ -41,7 +41,6 @@ PLIST_SRC+= ${PKGDIR}/PLIST.plugins USE_PKGINSTALL= YES DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL -INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL PKG_GROUPS= ${CYRUS_GROUP} PKG_USERS= ${CYRUS_USER}:${CYRUS_GROUP}::::${SH} |