diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-29 04:54:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-29 04:54:49 +0000 |
commit | 3b65bde2f7e4aec38e1ead305f6094960fd84a31 (patch) | |
tree | 0f7f2aeb7ecca34d147342f726930d3cafaae39e /devel/pilrc | |
parent | 37360e73f33abdbb3d35f35c1f3ca74e0fb6b684 (diff) | |
download | pkgsrc-3b65bde2f7e4aec38e1ead305f6094960fd84a31.tar.gz |
USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,
so remove it from package Makefiles. Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
Diffstat (limited to 'devel/pilrc')
-rw-r--r-- | devel/pilrc/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/pilrc/Makefile b/devel/pilrc/Makefile index 3b941fe56cb..0a767e922d2 100644 --- a/devel/pilrc/Makefile +++ b/devel/pilrc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/06/28 06:09:24 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2001/06/29 04:54:51 jlam Exp $ # DISTNAME= pilrc-2.8p4 @@ -21,9 +21,7 @@ COMMENT= generate resources for PalmOS applications from textual description #EXTRACT_CMD= unzip -aq ${DOWNLOADED_DISTFILE} USE_BUILDLINK_ONLY= YES -USE_CONFIG_WRAPPER= YES - -GNU_CONFIGURE= YES +GNU_CONFIGURE= YES DOCDIR= ${PREFIX}/share/doc/html/pilrc |