diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-07 01:52:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-07 01:52:42 +0800 |
commit | 9a86e8b0151f8b18cdc15ff5a281f45d3b061c31 (patch) | |
tree | e7bb3d0852d71595e6137491b4edcac6edce1a8b /security/tripwire12 | |
parent | 865c8ee17104a5b80edc5ab8d0a2052118dadeea (diff) | |
download | freebsd-ports-gnome-9a86e8b0151f8b18cdc15ff5a281f45d3b061c31.tar.gz freebsd-ports-gnome-9a86e8b0151f8b18cdc15ff5a281f45d3b061c31.tar.zst freebsd-ports-gnome-9a86e8b0151f8b18cdc15ff5a281f45d3b061c31.zip |
Fix pkg name collisions
With hat: portmgr
Diffstat (limited to 'security/tripwire12')
-rw-r--r-- | security/tripwire12/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tripwire12/Makefile b/security/tripwire12/Makefile index fd798e0edecd..b31b9b242bbe 100644 --- a/security/tripwire12/Makefile +++ b/security/tripwire12/Makefile @@ -6,11 +6,11 @@ PORTVERSION= 1.2 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_NETBSD} +PKGNAMESUFFIX= 12 MAINTAINER= jgreco@ns.sol.net COMMENT= File system security and verification program -LATEST_LINK= tripwire12 MAN5= tw.config.5 MAN8= siggen.8 tripwire.8 NO_CDROM= cannot be redistributed for more than the cost of duplication |