diff options
author | Cy Schubert <cy@FreeBSD.org> | 2005-08-11 00:04:53 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2005-08-11 00:04:53 +0000 |
commit | 62f4aa1e6bfbec829ab4404ecf018e15fa386eab (patch) | |
tree | 90543cf7fdeb7ed1b0f12cc4bc289f8c8d5743fa | |
parent | - Fix a bug in the Gmail properties code (diff) |
Fix a fetch error.
Approved by: portsmgr (marcus)
Notes
Notes:
svn path=/head/; revision=140834
-rw-r--r-- | security/tripwire/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile index 36d02cf6ed7c..f85eb4abf85e 100644 --- a/security/tripwire/Makefile +++ b/security/tripwire/Makefile @@ -9,7 +9,8 @@ PORTNAME= tripwire PORTVERSION= 2.3.1.2 PORTREVISION= 4 CATEGORIES= security -MASTER_SITES= http://download.sourceforge.net/tripwire/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.[0-9]*$/-&/:C/-\./-/} MAINTAINER= cy@FreeBSD.org |