diff options
author | archie <archie@FreeBSD.org> | 2000-02-04 07:13:16 +0800 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2000-02-04 07:13:16 +0800 |
commit | 3ff812596eefc0bc9b8fbb1275ddb461eb50db58 (patch) | |
tree | d1fcb519aa8f975ae57ca70b8b95020ddb3e9bc6 | |
parent | d6ddd3697767a22b47b21ce4e17f58874d641fe5 (diff) | |
download | freebsd-ports-gnome-3ff812596eefc0bc9b8fbb1275ddb461eb50db58.tar.gz freebsd-ports-gnome-3ff812596eefc0bc9b8fbb1275ddb461eb50db58.tar.zst freebsd-ports-gnome-3ff812596eefc0bc9b8fbb1275ddb461eb50db58.zip |
portlint
-rw-r--r-- | security/skip/Makefile | 11 | ||||
-rw-r--r-- | security/skip/pkg-descr | 2 | ||||
-rw-r--r-- | security/skip/scripts/post-install | 1 | ||||
-rw-r--r-- | security/skip/scripts/pre-install | 1 | ||||
-rw-r--r-- | security/skip/scripts/pre-patch | 1 |
5 files changed, 4 insertions, 12 deletions
diff --git a/security/skip/Makefile b/security/skip/Makefile index 90feb78fb8cf..5e84cc8350ba 100644 --- a/security/skip/Makefile +++ b/security/skip/Makefile @@ -5,18 +5,15 @@ # # $FreeBSD$ -DISTNAME= skip-1.0 +DISTNAME= skipsrc-1.0 +PKGNAME= skip-1.0 CATEGORIES= security - # Note: the original source comes from Sun, via this web page: # http://skip.incog.com/src-form.html # The site below is outside of the U.S. - MASTER_SITES= ftp://ftp.replaytv.com/pub/replay/crypto/APPS/skip/ \ ftp://ftp.internat.freebsd.org/pub/FreeBSD/distfiles/ - -DISTFILES= skipsrc-1.0.tar.Z -EXTRACT_SUFX= tar.Z +EXTRACT_SUFX= .tar.Z MAINTAINER= archie@freebsd.org @@ -50,7 +47,7 @@ MAN4= skipd.conf.4 raw_keys.4 # Also, we remove all the "#pragma ident" lines that generate # a bazillion warnings from the compiler. post-patch: - @find ${WRKSRC} -name '*.orig' -print | xargs rm + @find ${WRKSRC} -name '*.orig' -print | xargs ${RM} @cd ${WRKSRC}; \ FILES=`find . -type f -print | xargs ${GREP} -l @@PREFIX@@`; \ for FILE in $$FILES; do \ diff --git a/security/skip/pkg-descr b/security/skip/pkg-descr index 416f6713e7da..3acd1dcaf054 100644 --- a/security/skip/pkg-descr +++ b/security/skip/pkg-descr @@ -1,8 +1,6 @@ - This is from http://skip.incog.com: SKIP - Simple Key management for Internet Protocols - IP-Level Cryptography Secure every application with one protocol diff --git a/security/skip/scripts/post-install b/security/skip/scripts/post-install index c761d496c7e4..97ea9b07a351 100644 --- a/security/skip/scripts/post-install +++ b/security/skip/scripts/post-install @@ -82,4 +82,3 @@ Confirm "Do you want to proceed" "y" || exit 0 init_skip_dbs; generate_key; activate_skip; - diff --git a/security/skip/scripts/pre-install b/security/skip/scripts/pre-install index a8b36957c66e..b746ca05a7a6 100644 --- a/security/skip/scripts/pre-install +++ b/security/skip/scripts/pre-install @@ -130,4 +130,3 @@ install_bin_files; install_doc_files; install_man_files; install_rc_file; - diff --git a/security/skip/scripts/pre-patch b/security/skip/scripts/pre-patch index 1f184c68710f..9fa1b350181d 100644 --- a/security/skip/scripts/pre-patch +++ b/security/skip/scripts/pre-patch @@ -9,4 +9,3 @@ FIXDIRS="${WRKSRC}/skip/man ${WRKSRC}/admin" for DIR in ${FIXDIRS}; do chmod -R u+w ${DIR} done - |