svn commit: r381081 - head/lang/jakarta-commons-jelly
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Mar 12 11:16:02 UTC 2015
Author: amdmi3
Date: Thu Mar 12 11:16:01 2015
New Revision: 381081
URL: https://svnweb.freebsd.org/changeset/ports/381081
QAT: https://qat.redports.org/buildarchive/r381081/
Log:
- Simplify MASTER_SITES
- Add empty directory to plist
Modified:
head/lang/jakarta-commons-jelly/Makefile
Modified: head/lang/jakarta-commons-jelly/Makefile
==============================================================================
--- head/lang/jakarta-commons-jelly/Makefile Thu Mar 12 11:15:45 2015 (r381080)
+++ head/lang/jakarta-commons-jelly/Makefile Thu Mar 12 11:16:01 2015 (r381081)
@@ -3,10 +3,9 @@
PORTNAME= commons-jelly
PORTVERSION= 1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= lang devel java
-MASTER_SITES= ${MASTER_SITE_APACHE_COMMONS_BINARIES}
-MASTER_SITE_SUBDIR= ${PORTNAME:S,commons-,,}
+MASTER_SITES= APACHE_COMMONS_BINARIES/jelly
PKGNAMEPREFIX= jakarta-
MAINTAINER= ports at FreeBSD.org
@@ -21,6 +20,7 @@ READMES= LICENSE.txt NOTICE.txt README.t
SUB_FILES= jelly.sh
PLIST_FILES= bin/jelly
+PLIST_DIRS= %%DATADIR%%/custom
PORTDOCS= *
PORTDATA= *
More information about the svn-ports-all
mailing list