From eeabd1714150e6f6a3857d4b3175ae5d43f291c9 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 30 Aug 2003 22:51:11 +0000 Subject: Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable. --- mail/popa3d/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mail/popa3d') diff --git a/mail/popa3d/Makefile b/mail/popa3d/Makefile index 687ae162624..8ab0dfc932d 100644 --- a/mail/popa3d/Makefile +++ b/mail/popa3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2003/07/21 16:56:52 martti Exp $ +# $NetBSD: Makefile,v 1.32 2003/08/30 22:51:22 jlam Exp $ # DISTNAME= popa3d-0.6.3 @@ -20,6 +20,8 @@ PKG_USERS= ${POPA3D_USER}:${POPA3D_GROUP} USE_BUILDLINK2= YES USE_PKGINSTALL= YES +DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL + RCD_SCRIPTS= popa3d FILES_SUBST+= POPA3D_USER=${POPA3D_USER} -- cgit v1.2.3