diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-11 17:03:34 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-11 17:03:34 +0800 |
commit | ea73b7bd676eedcfcd036da10f4d664aa7524eca (patch) | |
tree | f66a28c9550205ae701439780051feea0ae52108 /security | |
parent | daa3309a4f66b3c8e061d3e239f8f09795d7f4fe (diff) | |
download | freebsd-ports-gnome-ea73b7bd676eedcfcd036da10f4d664aa7524eca.tar.gz freebsd-ports-gnome-ea73b7bd676eedcfcd036da10f4d664aa7524eca.tar.zst freebsd-ports-gnome-ea73b7bd676eedcfcd036da10f4d664aa7524eca.zip |
- Add NO_ARCH
- Switch to options helpers
- Regenerate patches with `make makepatch`
- Fix WWW:
Diffstat (limited to 'security')
-rw-r--r-- | security/gcipher/Makefile | 3 | ||||
-rw-r--r-- | security/gcipher/files/patch-gcipher.desktop | 7 | ||||
-rw-r--r-- | security/gcipher/pkg-descr | 2 |
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/ |