diff options
author | obache <obache@pkgsrc.org> | 2007-12-28 11:47:24 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-12-28 11:47:24 +0000 |
commit | b33dc97d958e850500a4231b4f4cf3541a7af32b (patch) | |
tree | b1a10a7be0c51957d411678a34135937735bfb51 /security | |
parent | 5bcacb16f6adba25c397915b822baa176e6060d3 (diff) | |
download | pkgsrc-b33dc97d958e850500a4231b4f4cf3541a7af32b.tar.gz |
DESTDIR ready.
Diffstat (limited to 'security')
-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 |