diff options
Diffstat (limited to 'print/foomatic-ppds/Makefile')
-rw-r--r-- | print/foomatic-ppds/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/foomatic-ppds/Makefile b/print/foomatic-ppds/Makefile index 20d85991735..27b2f85c2ae 100644 --- a/print/foomatic-ppds/Makefile +++ b/print/foomatic-ppds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/02/05 23:10:36 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/11/11 22:12:54 rillig Exp $ .include "Makefile.common" @@ -23,6 +23,8 @@ DEPENDS= foomatic-filters>=3.0.2:../../print/foomatic-filters REQD_DIRS= share/foomatic PLIST_SRC= ${WRKDIR}/PLIST_SRC +CHECK_PORTABILITY_SKIP= install + do-build: ${CAT} ${PKGDIR}/PLIST > ${PLIST_SRC} cd ${WRKSRC}/share; \ |