diff options
Diffstat (limited to 'print/yup/Makefile')
-rw-r--r-- | print/yup/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/yup/Makefile b/print/yup/Makefile index 19b374a4b9b..8424b09a18f 100644 --- a/print/yup/Makefile +++ b/print/yup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/07/16 01:19:18 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/09/28 20:52:26 rillig Exp $ # DISTNAME= yup-r1-rel @@ -15,8 +15,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= perl:run WRKSRC= ${WRKDIR}/yup-r1 -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes INSTALLATION_DIRS= bin man/man1 |