Fix plist with custom PREFIX and bump PORTREVISION
Submitted by: Sahil Tandon No cookie for: maintainer Reported by: QATty Approved by: portmgr (itetcu@)
This commit is contained in:
parent
bb29c0a9d1
commit
53df5bd01d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235356
1 changed files with 5 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= epkg
|
PORTNAME= epkg
|
||||||
PORTVERSION= 2.3.9
|
PORTVERSION= 2.3.9
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= archivers
|
CATEGORIES= archivers
|
||||||
MASTER_SITES= ftp://ftp.feep.net/pub/encap/epkg/
|
MASTER_SITES= ftp://ftp.feep.net/pub/encap/epkg/
|
||||||
|
|
||||||
|
@ -20,7 +20,9 @@ LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \
|
||||||
|
|
||||||
HAS_CONFIGURE= YES
|
HAS_CONFIGURE= YES
|
||||||
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${PREFIX}/lib
|
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 \
|
MAN1= epkg.1 \
|
||||||
mkencap.1
|
mkencap.1
|
||||||
|
@ -71,6 +73,6 @@ do-install:
|
||||||
|
|
||||||
-@${MKDIR} ${PREFIX}/etc
|
-@${MKDIR} ${PREFIX}/etc
|
||||||
@${CP} ${WRKSRC}/mkencap/mkencap_environment ${PREFIX}/etc/mkencap_environment.sample
|
@${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>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Reference in a new issue