diff options
author | adrianp <adrianp> | 2007-09-21 20:15:10 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2007-09-21 20:15:10 +0000 |
commit | 723f5db3371f5ec0a70417ecf12066c51007bfd3 (patch) | |
tree | 67e74f286433b28f474b1b08c9d125440f05eb7d /net/xipdump | |
parent | bf14d5ad7138916d4c20e1ead4d597330f80a02e (diff) | |
download | pkgsrc-723f5db3371f5ec0a70417ecf12066c51007bfd3.tar.gz |
Actually *fix* it this time
Diffstat (limited to 'net/xipdump')
-rw-r--r-- | net/xipdump/Makefile | 6 |
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 | \ |