svn commit: r365310 - head/mail/roundcube-automatic_addressbook
Bartek Rutkowski
robak at FreeBSD.org
Mon Aug 18 13:32:15 UTC 2014
Author: robak
Date: Mon Aug 18 13:32:14 2014
New Revision: 365310
URL: http://svnweb.freebsd.org/changeset/ports/365310
QAT: https://qat.redports.org/buildarchive/r365310/
Log:
mail/roundcube-automatic_addressbook: stage
- Add stage support
- Set maintainership to anes at anes.su
- Fix some tabulations
PR: 192307
Submitted by: Anes Mukhametov <anes at anes.su>
Approved by: marino (mentor)
Modified:
head/mail/roundcube-automatic_addressbook/Makefile
Modified: head/mail/roundcube-automatic_addressbook/Makefile
==============================================================================
--- head/mail/roundcube-automatic_addressbook/Makefile Mon Aug 18 13:03:44 2014 (r365309)
+++ head/mail/roundcube-automatic_addressbook/Makefile Mon Aug 18 13:32:14 2014 (r365310)
@@ -2,12 +2,12 @@
PORTNAME= automatic_addressbook
PORTVERSION= 0.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://code.crapouillou.net/attachments/download/19/
PKGNAMEPREFIX= roundcube-
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= anes at anes.su
COMMENT= Roundcube webmail automatic addressbook plugin
LICENSE= GPLv3
@@ -19,25 +19,15 @@ USES= tar:bzip2
NO_BUILD= yes
WRKSRC?= ${WRKDIR}/${PORTNAME}
-RCDIR= ${PREFIX}/www/roundcube
-WWWDIR= ${RCDIR}/plugins/automatic_addressbook
+RCDIR= ${PREFIX}/www/roundcube
+WWWDIR= ${RCDIR}/plugins/automatic_addressbook
SUB_FILES= pkg-message
SUB_LIST= RCDIR=${RCDIR} PLUGINDIR=${WWWDIR}
-# This target is only meant to be used by the port maintainer.
-x-generate-plist: build
- cd ${WRKSRC}; \
- ${FIND} . ! -type d ! -name '*.orig' | ${SORT} | \
- ${SED} -e "s,^\.,%%WWWDIR%%," >${WRKDIR}/pkg-plist.tmp ; \
- ${FIND} . -type d | ${SORT} -r | ${SED} \
- -e "s,^\.$$, at dirrmtry %%WWWDIR%%," \
- -e "s,^\., at dirrm %%WWWDIR%%," >>${WRKDIR}/pkg-plist.tmp
-
-NO_STAGE= yes
do-install:
- @${MKDIR} ${WWWDIR}
- @cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR}
- @${CAT} ${PKGMESSAGE}
+ @${MKDIR} ${STAGEDIR}${WWWDIR}
+ cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR}
+ ${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list