diff options
-rw-r--r-- | security/pakemon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/pakemon/Makefile b/security/pakemon/Makefile index b0625509ffd..97448cbe950 100644 --- a/security/pakemon/Makefile +++ b/security/pakemon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2007/02/18 18:56:46 adrianp Exp $ +# $NetBSD: Makefile,v 1.25 2007/12/28 11:47:24 obache Exp $ DISTNAME= pakemon-0.3.1 PKGREVISION= 4 @@ -20,6 +20,8 @@ SUBST_SED.conf+= -e "s|@@LN_INC@@|${BUILDLINK_PREFIX.libnet10}/include/libnet10| SUBST_SED.conf+= -e "s|@@LN_LIB@@|${BUILDLINK_PREFIX.libnet10}/lib/libnet10|g" SUBST_MESSAGE.conf= Fixing configuration script. +PKG_DESTDIR_SUPPORT= user-destdir + post-extract: ${CP} ${WRKSRC}/pakemon.h ${WRKSRC}/pakemon.h.in |