aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-06-01 16:24:48 +0800
committerpav <pav@FreeBSD.org>2005-06-01 16:24:48 +0800
commit2fe0b73c0118c6bc40f7d08a7e6505c113b0187b (patch)
treeab8898b7bfab9e909f38b0f5d28cf17a19aef982 /net
parent21935a16e51853bf8e1bd5737bd7873d1cfd8ef4 (diff)
downloadfreebsd-ports-graphics-2fe0b73c0118c6bc40f7d08a7e6505c113b0187b.tar.gz
freebsd-ports-graphics-2fe0b73c0118c6bc40f7d08a7e6505c113b0187b.tar.zst
freebsd-ports-graphics-2fe0b73c0118c6bc40f7d08a7e6505c113b0187b.zip
- Change installation path of certificates to avoid conflict with net/xbone
Submitted by: Venkata Pingali <pingali@ISI.EDU> (maintainer)
Diffstat (limited to 'net')
-rw-r--r--net/xbone-gui/Makefile1
-rw-r--r--net/xbone-gui/files/patch-Makefile11
-rw-r--r--net/xbone-gui/pkg-plist4
3 files changed, 14 insertions, 2 deletions
diff --git a/net/xbone-gui/Makefile b/net/xbone-gui/Makefile
index e0a226cc4db..9fa5d630ed1 100644
--- a/net/xbone-gui/Makefile
+++ b/net/xbone-gui/Makefile
@@ -7,6 +7,7 @@
PORTNAME= XBone-GUI
PORTVERSION= 3.2
+PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= http://www.isi.edu/xbone/software/xbone/
DISTNAME= XBone-${PORTVERSION}
diff --git a/net/xbone-gui/files/patch-Makefile b/net/xbone-gui/files/patch-Makefile
new file mode 100644
index 00000000000..d9eadea1cd3
--- /dev/null
+++ b/net/xbone-gui/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile.orig Sat Apr 9 01:52:36 2005
++++ Makefile Wed Jun 1 10:03:20 2005
+@@ -212,7 +212,7 @@
+ cp -Rf ${CURDIR}/xb-gui-control.pl ${WWW}/xbone/lib
+ for c in `ls ${CACERT}`; do \
+ if( test ! -e ${CERT}/$$c ) then {\
+- cp -f ${CACERT}/$$c ${CERT}; \
++ cp -f ${CACERT}/$$c ${CERT}/GUI-$$c; \
+ } fi; \
+ done
+ echo ">>> Build & install local Perl modules:" | tee -a ${LOG}
diff --git a/net/xbone-gui/pkg-plist b/net/xbone-gui/pkg-plist
index 147da5b8462..e08960a6e2e 100644
--- a/net/xbone-gui/pkg-plist
+++ b/net/xbone-gui/pkg-plist
@@ -1,5 +1,5 @@
-etc/xbone/cert/CAcert.pem
-etc/xbone/cert/README
+etc/xbone/cert/GUI-CAcert.pem
+etc/xbone/cert/GUI-README
etc/xbone/apache/README
etc/xbone/apache/xb-apache-config.pl
etc/xbone/apache/xbone-apache.conf.template