diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
commit | 161c920c15367de281f689f6f1177c3a33e63cc6 (patch) | |
tree | a57573ceef3abc19d705671351ee7db9e9292311 /net/xipdump | |
parent | 8c89cf7eab0786e7a5f162a44198b342e5fd87d0 (diff) | |
download | pkgsrc-161c920c15367de281f689f6f1177c3a33e63cc6.tar.gz |
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'net/xipdump')
-rw-r--r-- | net/xipdump/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/xipdump/Makefile b/net/xipdump/Makefile index 461c27ca98c..c152d2eb5f1 100644 --- a/net/xipdump/Makefile +++ b/net/xipdump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2007/02/19 20:12:52 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2007/03/24 19:21:31 joerg Exp $ # DISTNAME= xipdump-1.5.4 @@ -18,6 +18,8 @@ GNU_CONFIGURE= yes CFLAGS+= -I${PREFIX}/include ${LIBNET_CFLAGS_CMD:sh} LIBS+= -L${PREFIX}/lib -Wl,-R${PREFIX}/lib -lnet +INSTALLATION_DIRS= bin lib/X11/app-defaults ${PKGMANDIR}/man8 + LIBNET_CFLAGS_CMD= ${BUILDLINK_PREFIX.libnet10}/bin/libnet10-config --defines post-build: |