summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-01-03 01:59:10 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-01-03 01:59:10 +0000
commitfe4401c442bc16047098d195312027f5f6c0affd (patch)
tree65fe0ae6e545482140100e2d50ed5aef40aee55b
parentMark open-motif-2.2.3_1 as fixed with regard to the "xpm -- image (diff)
o Fix PLIST
o Bump PORTREVISION Submitted by: kris (pointyhat) Approved by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=125689
Diffstat (limited to '')
-rw-r--r--archivers/jzlib/Makefile4
-rw-r--r--net-p2p/frost/Makefile3
-rw-r--r--net-p2p/frost/distinfo1
-rw-r--r--net-p2p/phex/Makefile5
-rw-r--r--net/frost/Makefile3
-rw-r--r--net/frost/distinfo1
-rw-r--r--net/phex/Makefile5
7 files changed, 16 insertions, 6 deletions
diff --git a/archivers/jzlib/Makefile b/archivers/jzlib/Makefile
index 82689f70ed6a..d1878f18f13f 100644
--- a/archivers/jzlib/Makefile
+++ b/archivers/jzlib/Makefile
@@ -7,6 +7,7 @@
PORTNAME= jzlib
PORTVERSION= 1.0.5
+PORTREVISION= 1
CATEGORIES= archivers java
MASTER_SITES= http://www.jcraft.com/jzlib/
@@ -38,6 +39,9 @@ PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME}.jar
PLIST_FILES+= %%EXAMPLESDIR%%/${file}
.endfor
+PLIST_DIRS+= \
+ %%EXAMPLESDIR%%
+
do-build:
@cd ${BUILD_WRKSRC} && ${FIND} com -name "*.java" | \
${XARGS} -n 10 -x \
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
-
diff --git a/net-p2p/phex/Makefile b/net-p2p/phex/Makefile
index 43b71b9f80a3..d4253e72b7a1 100644
--- a/net-p2p/phex/Makefile
+++ b/net-p2p/phex/Makefile
@@ -7,7 +7,7 @@
PORTNAME= phex
PORTVERSION= 2.0.0.76
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -40,6 +40,9 @@ PLIST_FILES+= bin/${PORTNAME}
PLIST_FILES+= %%JAR_DIR%%/${jar}
.endfor
+PLIST_DIRS+= \
+ %%JAR_DIR%%
+
post-patch:
# remove trailing ^M
@${REINPLACE_CMD} -E \
diff --git a/net/frost/Makefile b/net/frost/Makefile
index b1615b45d71d..0bde548def98 100644
--- a/net/frost/Makefile
+++ b/net/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/frost/distinfo b/net/frost/distinfo
index 055760c2d5e7..ca97fdec3db1 100644
--- a/net/frost/distinfo
+++ b/net/frost/distinfo
@@ -1,3 +1,2 @@
MD5 (frost-02-Dec-2004-java14.zip) = 487bde023aed85a4c8ad795a4c8fa009
SIZE (frost-02-Dec-2004-java14.zip) = 2624931
-
diff --git a/net/phex/Makefile b/net/phex/Makefile
index 43b71b9f80a3..d4253e72b7a1 100644
--- a/net/phex/Makefile
+++ b/net/phex/Makefile
@@ -7,7 +7,7 @@
PORTNAME= phex
PORTVERSION= 2.0.0.76
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -40,6 +40,9 @@ PLIST_FILES+= bin/${PORTNAME}
PLIST_FILES+= %%JAR_DIR%%/${jar}
.endfor
+PLIST_DIRS+= \
+ %%JAR_DIR%%
+
post-patch:
# remove trailing ^M
@${REINPLACE_CMD} -E \