diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-30 20:26:41 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-30 20:26:41 +0000 |
commit | 7522f189efa08eab3013c3f0c82ac744ed836842 (patch) | |
tree | 616db19e00530b5208e4ffd6597e79a47370cf22 /net/bsdec2-image-upload | |
parent | dd5b072674a4cc5be64389426ea33bb321d27461 (diff) | |
download | ports-7522f189efa08eab3013c3f0c82ac744ed836842.tar.gz ports-7522f189efa08eab3013c3f0c82ac744ed836842.zip |
Notes
Diffstat (limited to 'net/bsdec2-image-upload')
-rw-r--r-- | net/bsdec2-image-upload/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bsdec2-image-upload/Makefile b/net/bsdec2-image-upload/Makefile index 97e96b61c5db..688131085673 100644 --- a/net/bsdec2-image-upload/Makefile +++ b/net/bsdec2-image-upload/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss -USES= tar:tgz +USES= tar:tgz uidfix # Install into ${STAGEDIR}${PREFIX}; but the build respects ${DESTDIR} so # all we need to give is the ${PREFIX}/bin part. |