aboutsummaryrefslogtreecommitdiff
path: root/devel/looks
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-07-02 15:37:14 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-07-02 15:37:14 +0000
commitc3636c67d5503f1bc5e57898567e23aaf1600d62 (patch)
treeacfd3b8569a339eaf6206d67c1e5a693a0dc22c1 /devel/looks
parent5acf7425dcd3e8f620aba540f86aaf1ece40a931 (diff)
downloadports-c3636c67d5503f1bc5e57898567e23aaf1600d62.tar.gz
ports-c3636c67d5503f1bc5e57898567e23aaf1600d62.zip
Notes
Diffstat (limited to 'devel/looks')
-rw-r--r--devel/looks/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/looks/Makefile b/devel/looks/Makefile
index 3290e388e7b2..7bd5a3256064 100644
--- a/devel/looks/Makefile
+++ b/devel/looks/Makefile
@@ -7,6 +7,7 @@
PORTNAME= looks
PORTVERSION= 1.3.1
+PORTREVISION= 1
CATEGORIES= devel java
MASTER_SITES= https://looks.dev.java.net/files/documents/31/10378/
DISTNAME= ${PORTNAME}-${PORTVERSION:S|.|_|g}-${DISTDATE}
@@ -30,7 +31,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
JARFILE= ${PORTNAME}.jar
-PLIST_FILES= %%JAVAJARDIR%%/${JARFILE}
+PLIST_FILES= %%JAVAJARDIR%%/${JARFILE} \
+ %%JAVAJARDIR%%/LICENSE.${PORTNAME}.txt
DOCFILES= README.html RELEASE-NOTES.txt
EXAMPLES= demo.jar lib/forms-1.0.5.jar tiny.jar
PORTDOCS= *