diff options
Diffstat (limited to 'net/xipdump/Makefile')
-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: |