diff options
author | kris <kris@FreeBSD.org> | 2000-09-23 07:13:31 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-09-23 07:13:31 +0800 |
commit | e507973528b965af22c5f724e40b6e0f34620f38 (patch) | |
tree | 9d4c7b699e8b9a41b9f5d96278ab7dab5e879156 /security/pscan | |
parent | 69bac2b0bb2a928c982977619d8ac75d7c331628 (diff) | |
download | freebsd-ports-gnome-e507973528b965af22c5f724e40b6e0f34620f38.tar.gz freebsd-ports-gnome-e507973528b965af22c5f724e40b6e0f34620f38.tar.zst freebsd-ports-gnome-e507973528b965af22c5f724e40b6e0f34620f38.zip |
Upgrade to pscan 1.3
Submitted by: onigiri
Diffstat (limited to 'security/pscan')
-rw-r--r-- | security/pscan/Makefile | 3 | ||||
-rw-r--r-- | security/pscan/distinfo | 2 | ||||
-rw-r--r-- | security/pscan/pkg-plist | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/security/pscan/Makefile b/security/pscan/Makefile index 1a7285472a01..ecb886c166e1 100644 --- a/security/pscan/Makefile +++ b/security/pscan/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pscan -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= security MASTER_SITES= http://www.striker.ottawa.on.ca/~aland/pscan/ DISTNAME= ${PORTNAME} @@ -18,5 +18,6 @@ ALL_TARGET= #empty do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pscan ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/find_formats.sh ${PREFIX}/bin/find_formats .include <bsd.port.mk> diff --git a/security/pscan/distinfo b/security/pscan/distinfo index 2fc599de7241..4bebf38601a5 100644 --- a/security/pscan/distinfo +++ b/security/pscan/distinfo @@ -1 +1 @@ -MD5 (pscan.tar.gz) = 61b0395da5a3e9de952c896465f19f8b +MD5 (pscan.tar.gz) = 6c9298824387b69f2ee0ffc780b163ae diff --git a/security/pscan/pkg-plist b/security/pscan/pkg-plist index 70a8f0a60ba8..2fd7e66ab116 100644 --- a/security/pscan/pkg-plist +++ b/security/pscan/pkg-plist @@ -1 +1,2 @@ bin/pscan +bin/find_formats |