diff options
author | jlam <jlam> | 2001-06-10 00:08:41 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-10 00:08:41 +0000 |
commit | 0abea0e33d08a7fc9cc2a0b91ea73222313aba96 (patch) | |
tree | 0838924d49f3defeb8bcbef3b48f5456d0570a78 /print/xpp | |
parent | a9bc6201ea785a6142ee22c3494592524f3646e8 (diff) | |
download | pkgsrc-0abea0e33d08a7fc9cc2a0b91ea73222313aba96.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/xpp')
-rw-r--r-- | print/xpp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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: |