summaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2009-06-07 10:08:23 +0000
committeritetcu <itetcu@FreeBSD.org>2009-06-07 10:08:23 +0000
commit4ab6f941e63b861a7ad424f2f262f67ab32e990b (patch)
tree7fabec70929faea3176ccddfa7f2cc01331a352c /archivers
parentd7bd96336da15c3828177e68654337bc9da23c9d (diff)
downloadFreeBSD-ports-4ab6f941e63b861a7ad424f2f262f67ab32e990b.zip
FreeBSD-ports-4ab6f941e63b861a7ad424f2f262f67ab32e990b.tar.gz
Fix plist with custom PREFIX and bump PORTREVISION
Submitted by: Sahil Tandon No cookie for: maintainer Reported by: QATty Approved by: portmgr (itetcu@)
Diffstat (limited to 'archivers')
-rw-r--r--archivers/epkg/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/archivers/epkg/Makefile b/archivers/epkg/Makefile
index d91fc4c..4fa35f3 100644
--- a/archivers/epkg/Makefile
+++ b/archivers/epkg/Makefile
@@ -7,7 +7,7 @@
PORTNAME= epkg
PORTVERSION= 2.3.9
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.feep.net/pub/encap/epkg/
@@ -20,7 +20,9 @@ LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \
HAS_CONFIGURE= YES
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${PREFIX}/lib
-CONFIGURE_ARGS= --disable-encap --disable-epkg-install --with-libfget --without-libtar
+CONFIGURE_ARGS= --disable-encap --disable-epkg-install --without-libtar \
+ --with-libfget \
+ --prefix=${PREFIX}
MAN1= epkg.1 \
mkencap.1
@@ -71,6 +73,6 @@ do-install:
-@${MKDIR} ${PREFIX}/etc
@${CP} ${WRKSRC}/mkencap/mkencap_environment ${PREFIX}/etc/mkencap_environment.sample
- PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
+ ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud