summaryrefslogtreecommitdiff
path: root/net/xipdump
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2007-09-21 20:15:10 +0000
committeradrianp <adrianp@pkgsrc.org>2007-09-21 20:15:10 +0000
commit1db7253ed4170137ae50325fa717b654cab5e6ed (patch)
tree67e74f286433b28f474b1b08c9d125440f05eb7d /net/xipdump
parent46c117187177f9a6d4a1416853e0555c9627dbd9 (diff)
downloadpkgsrc-1db7253ed4170137ae50325fa717b654cab5e6ed.tar.gz
Actually *fix* it this time
Diffstat (limited to 'net/xipdump')
-rw-r--r--net/xipdump/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/xipdump/Makefile b/net/xipdump/Makefile
index 6b7a68a4da0..d0682e4ac52 100644
--- a/net/xipdump/Makefile
+++ b/net/xipdump/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2007/09/21 20:03:08 adrianp Exp $
+# $NetBSD: Makefile,v 1.29 2007/09/21 20:15:10 adrianp Exp $
#
DISTNAME= xipdump-1.5.4
@@ -15,13 +15,11 @@ PLIST_SRC= ${WRKDIR}/PLIST
USE_X11BASE= yes
GNU_CONFIGURE= yes
-CFLAGS+= -I${PREFIX}/include ${LIBNET_CFLAGS_CMD:sh}
+CFLAGS+= -I${PREFIX}/include
LIBS+= -L${PREFIX}/lib ${COMPILER_RPATH_FLAG}${PREFIX}/lib -lnet
INSTALLATION_DIRS= bin lib/X11/app-defaults ${PKGMANDIR}/man8
-LIBNET_CFLAGS_CMD= ${PREFIX}/bin/libnet10-config --defines
-
post-build:
@${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
@(cd ${WRKSRC}/data; ${FIND} pkc pkt ! -type d -print | \