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/Makefile | |
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/Makefile')
-rw-r--r-- | net-p2p/frost/Makefile | 3 |
1 files changed, 2 insertions, 1 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%% |