diff options
author | lioux <lioux@FreeBSD.org> | 2005-01-03 09:59:10 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-01-03 09:59:10 +0800 |
commit | 6ab85c1b23442b88c3ada7d478341998d1aff9cf (patch) | |
tree | 236a2154cc32b622641b5e2a54dc18943eb3081e /net-p2p/frost | |
parent | cc09d10dc8fc1e25f619b0ada7c7305e59dece34 (diff) | |
download | freebsd-ports-gnome-6ab85c1b23442b88c3ada7d478341998d1aff9cf.tar.gz freebsd-ports-gnome-6ab85c1b23442b88c3ada7d478341998d1aff9cf.tar.zst freebsd-ports-gnome-6ab85c1b23442b88c3ada7d478341998d1aff9cf.zip |
o Fix PLIST
o Bump PORTREVISION
Submitted by: kris (pointyhat)
Approved by: portmgr (kris)
Diffstat (limited to 'net-p2p/frost')
-rw-r--r-- | net-p2p/frost/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/frost/distinfo | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/frost/Makefile b/net-p2p/frost/Makefile index b1615b45d71d..0bde548def98 100644 --- a/net-p2p/frost/Makefile +++ b/net-p2p/frost/Makefile @@ -7,6 +7,7 @@ PORTNAME= frost PORTVERSION= 1.2.0.20041202 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= net java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -60,7 +61,7 @@ PLIST_FILES+= %%JAR_DIR%%/${jar} PLIST_FILES+= %%DATADIR%%/${file} .endfor -PLIST_DIR+= \ +PLIST_DIRS+= \ %%JAR_DIR%% \ %%DATADIR%% diff --git a/net-p2p/frost/distinfo b/net-p2p/frost/distinfo index 055760c2d5e7..ca97fdec3db1 100644 --- a/net-p2p/frost/distinfo +++ b/net-p2p/frost/distinfo @@ -1,3 +1,2 @@ MD5 (frost-02-Dec-2004-java14.zip) = 487bde023aed85a4c8ad795a4c8fa009 SIZE (frost-02-Dec-2004-java14.zip) = 2624931 - |