aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/dpkg/Makefile
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2013-09-26 03:59:55 +0800
committerpawel <pawel@FreeBSD.org>2013-09-26 03:59:55 +0800
commited56b2591ed2e706a8d0fdd7a2f2901f5a28c583 (patch)
treedc002a83919eeafc5aa0274050f34f29737aa37c /archivers/dpkg/Makefile
parent9a390f98a138b5699f296f27346da74c806d9120 (diff)
downloadfreebsd-ports-gnome-ed56b2591ed2e706a8d0fdd7a2f2901f5a28c583.tar.gz
freebsd-ports-gnome-ed56b2591ed2e706a8d0fdd7a2f2901f5a28c583.tar.zst
freebsd-ports-gnome-ed56b2591ed2e706a8d0fdd7a2f2901f5a28c583.zip
Add support for STAGEDIR
Diffstat (limited to 'archivers/dpkg/Makefile')
-rw-r--r--archivers/dpkg/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/archivers/dpkg/Makefile b/archivers/dpkg/Makefile
index e49d82eb9fba..0e38a00fbf80 100644
--- a/archivers/dpkg/Makefile
+++ b/archivers/dpkg/Makefile
@@ -17,7 +17,6 @@ RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar \
gpatch:${PORTSDIR}/devel/patch \
gmd5sum:${PORTSDIR}/sysutils/coreutils
-NO_STAGE= yes
USE_XZ= yes
GNU_CONFIGURE= yes
USES= gmake iconv perl5 pkgconfig
@@ -42,12 +41,6 @@ NLS_USES= gettext
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MNLS}
-MANLANG= "" de fr hu ja pl sv
-.endif
-
-.include "Makefile.man"
-
post-patch:
@${REINPLACE_CMD} 's|-t$$host|-t${ARCH}-freebsd|g' \
${WRKSRC}/configure
@@ -58,7 +51,7 @@ post-patch:
post-install:
.for f in available diversions statoverride status
- ${TOUCH} ${DPKGDIR}/${f}
+ ${TOUCH} ${STAGEDIR}${DPKGDIR}/${f}
.endfor
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL