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. --- audio/oss/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'audio/oss') diff --git a/audio/oss/Makefile b/audio/oss/Makefile index 9c5a7a24ad7..512381b710e 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2003/07/23 21:52:29 jmc Exp $ +# $NetBSD: Makefile,v 1.22 2003/08/30 22:51:12 jlam Exp $ DISTNAME= oss-${OSS_VERSION} # Overridden below PKGNAME= oss-${OSS_VERSION} @@ -34,6 +34,9 @@ USE_BUILDLINK2= yes USE_PKGINSTALL= yes NO_CONFIGURE= yes +DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL +INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL + .if ${OPSYS} == "NetBSD" MODSTAT= /usr/bin/modstat .else -- cgit v1.2.3