diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-10 00:08:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-10 00:08:41 +0000 |
commit | 3bc5e40254426847ecde2acbbfab3d3fbc8e20a6 (patch) | |
tree | 0838924d49f3defeb8bcbef3b48f5456d0570a78 /print | |
parent | bbec7d214062528a54ab29394f673c001a251e76 (diff) | |
download | pkgsrc-3bc5e40254426847ecde2acbbfab3d3fbc8e20a6.tar.gz |
Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript-nox11/Makefile.common | 4 | ||||
-rw-r--r-- | print/xpp/Makefile | 4 |
3 files changed, 4 insertions, 8 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 722bd352ff5..ee67691a969 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2001/05/26 16:32:37 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2001/06/10 00:08:47 jlam Exp $ DISTNAME= cups-${VERS}-source PKGNAME= cups-${VERS} @@ -81,8 +81,6 @@ EGDIR= ${PREFIX}/share/examples/cups post-extract: cd ${WRKSRC}/conf; ${MV} -f cupsd.conf cupsd.conf.in -pre-configure: ${BUILDLINK_TARGETS} - post-build: ${SED} -e "s|@CUPS_USER@|${CUPS_USER}|g" \ -e "s|@CUPS_GROUP@|${CUPS_GROUP}|g" \ diff --git a/print/ghostscript-nox11/Makefile.common b/print/ghostscript-nox11/Makefile.common index fd54aca587e..cfc3cbde538 100644 --- a/print/ghostscript-nox11/Makefile.common +++ b/print/ghostscript-nox11/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2001/05/28 03:52:12 jlam Exp $ +# $NetBSD: Makefile.common,v 1.15 2001/06/10 00:08:48 jlam Exp $ DISTNAME= ghostscript-${GS_VERS} GS_VERS= 6.01 @@ -179,8 +179,6 @@ post-patch: ${SED} -e "s|epsimage\.src|${GSINST_DIR}/lib/escp_24.src|g" \ ${WRKDIR}/dmp_site.ps.bak > ${WRKDIR}/dmp_site.ps -pre-configure: ${BUILDLINK_TARGETS} - do-configure: # # Append build rules for extra drivers to contrib.mak diff --git a/print/xpp/Makefile b/print/xpp/Makefile index 696de40bc71..dfa0952e38c 100644 --- a/print/xpp/Makefile +++ b/print/xpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/05/26 07:16:16 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2001/06/10 00:08:48 jlam Exp $ DISTNAME= xpp-1.0 CATEGORIES= print x11 @@ -22,7 +22,7 @@ LDFLAGS+= -L${BUILDLINK_LIBDIR} DOCDIR= ${PREFIX}/share/doc/xpp -pre-configure: ${BUILDLINK_TARGETS} +pre-configure: cd ${WRKSRC}; ${TOUCH} Makefile.in aclocal.m4 configure post-install: |