From 48044f668c841f237ad7c3cc2f4c8bd4c933b2c4 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 1 Jun 2005 08:24:48 +0000 Subject: - Change installation path of certificates to avoid conflict with net/xbone Submitted by: Venkata Pingali (maintainer) --- net/xbone-gui/Makefile | 1 + net/xbone-gui/files/patch-Makefile | 11 +++++++++++ net/xbone-gui/pkg-plist | 4 ++-- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 net/xbone-gui/files/patch-Makefile (limited to 'net/xbone-gui') diff --git a/net/xbone-gui/Makefile b/net/xbone-gui/Makefile index e0a226cc4db6..9fa5d630ed1c 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 000000000000..d9eadea1cd30 --- /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 147da5b8462e..e08960a6e2ec 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 -- cgit v1.2.3