summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-11 09:03:34 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-11 09:03:34 +0000
commit6bdbc5eb9e887e8c38269e4b0026364d369a3ed5 (patch)
treef66a28c9550205ae701439780051feea0ae52108 /security
parentUpdate to 1.1.5 release. (diff)
- Add NO_ARCH
- Switch to options helpers - Regenerate patches with `make makepatch` - Fix WWW:
Notes
Notes: svn path=/head/; revision=414980
Diffstat (limited to 'security')
-rw-r--r--security/gcipher/Makefile3
-rw-r--r--security/gcipher/files/patch-gcipher.desktop7
-rw-r--r--security/gcipher/pkg-descr2
3 files changed, 7 insertions, 5 deletions
diff --git a/security/gcipher/Makefile b/security/gcipher/Makefile
index f6514452744d..4c72334d3378 100644
--- a/security/gcipher/Makefile
+++ b/security/gcipher/Makefile
@@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GNOME= pygnome2
USES= python
+NO_ARCH= yes
OPTIONS_DEFINE= DOCS
@@ -51,6 +52,8 @@ do-install:
${CPIO} -pdm -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DATADIR}/plugins)
${FIND} ${STAGEDIR}${DATADIR} -type d | ${XARGS} ${CHMOD} a+rx
${FIND} ${STAGEDIR}${DATADIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && \
${INSTALL_DATA} CONTRIB README ${STAGEDIR}${DOCSDIR})
diff --git a/security/gcipher/files/patch-gcipher.desktop b/security/gcipher/files/patch-gcipher.desktop
index fa076993d6cc..15ec60a85d68 100644
--- a/security/gcipher/files/patch-gcipher.desktop
+++ b/security/gcipher/files/patch-gcipher.desktop
@@ -1,7 +1,6 @@
-diff -ur ../gcipher-1.0.orig/src/gcipher.desktop ./src/gcipher.desktop
---- ../gcipher-1.0.orig/src/gcipher.desktop Wed Jun 25 15:07:51 2003
-+++ ./src/gcipher.desktop Wed Jun 25 15:08:47 2003
-@@ -4,8 +4,8 @@
+--- src/gcipher.desktop.orig 2003-06-21 21:17:28 UTC
++++ src/gcipher.desktop
+@@ -4,8 +4,8 @@ Comment=A simple encryption tool
Name[en_US.ISO8859-15]=GCipher
Comment[en_US.ISO8859-15]=A simple encryption tool
Exec=gcipher
diff --git a/security/gcipher/pkg-descr b/security/gcipher/pkg-descr
index 203c49b98c37..976c21336ac1 100644
--- a/security/gcipher/pkg-descr
+++ b/security/gcipher/pkg-descr
@@ -2,4 +2,4 @@ This is a simple encryption tool to work with home-grown encryption
algorithms. It can run as either a GUI, a command-line application, or
a network proxy.
-WWW: http://gcipher.sourceforge.net
+WWW: http://gcipher.sourceforge.net/