diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread/Makefile | 3 | ||||
-rw-r--r-- | print/acroread3/Makefile | 4 | ||||
-rw-r--r-- | print/acroread5/Makefile | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile index 0d6518fa7b5..53887e63010 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2003/01/04 12:52:20 cjep Exp $ +# $NetBSD: Makefile,v 1.35 2003/03/26 04:05:41 jschauma Exp $ DISTNAME= acroread # Overridden below PKGNAME= acroread-4.05 @@ -92,3 +92,4 @@ post-install: .endif .include "../../emulators/suse_linux/Makefile.application" +.include "../../mk/bsd.pkg.mk" diff --git a/print/acroread3/Makefile b/print/acroread3/Makefile index 093e65bd08f..75fdc6b27cd 100644 --- a/print/acroread3/Makefile +++ b/print/acroread3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2002/12/07 02:39:02 schmonz Exp $ +# $NetBSD: Makefile,v 1.21 2003/03/26 04:05:41 jschauma Exp $ PKGNAME= acroread3-3.01 CATEGORIES= print @@ -79,4 +79,4 @@ post-install: @${ECHO_MSG} "${PREFIX}/Acrobat3/Reader/License.pdf" .include "../../emulators/suse_linux/Makefile.application" - +.include "../../mk/bsd.pkg.mk" diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index bc14a6f5483..7fdaa39c7d9 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/01/04 12:58:24 cjep Exp $ +# $NetBSD: Makefile,v 1.6 2003/03/26 04:05:41 jschauma Exp $ DISTNAME= acroread5 # Overridden below PKGNAME= acroread5-5.06 @@ -75,3 +75,4 @@ post-install: @${ECHO_MSG} "${PREFIX}/Acrobat5/Reader/license.txt" .include "../../emulators/suse_linux/Makefile.application" +.include "../../mk/bsd.pkg.mk" |