diff options
author | clement <clement@FreeBSD.org> | 2004-05-23 03:46:02 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-05-23 03:46:02 +0800 |
commit | a999399c52849a079de417672fd7f48bfbd24e76 (patch) | |
tree | ed329c310d7bf795766154a135fb97ac1c12ec03 /security | |
parent | b12e97568f9c530ab528f0055243e1ffe329ef2e (diff) | |
download | freebsd-ports-gnome-a999399c52849a079de417672fd7f48bfbd24e76.tar.gz freebsd-ports-gnome-a999399c52849a079de417672fd7f48bfbd24e76.tar.zst freebsd-ports-gnome-a999399c52849a079de417672fd7f48bfbd24e76.zip |
- Add DIST_SUBDIR to be better matched in LEGAL file
- Fix URL for README file
- Partially SIZEify distinfo
- modify LEGAL to match new reality
Diffstat (limited to 'security')
-rw-r--r-- | security/fwtk/Makefile | 7 | ||||
-rw-r--r-- | security/fwtk/distinfo | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/security/fwtk/Makefile b/security/fwtk/Makefile index 9865c8155a0e..b4894e76a85b 100644 --- a/security/fwtk/Makefile +++ b/security/fwtk/Makefile @@ -12,6 +12,7 @@ CATEGORIES= security DISTNAME= ${PORTNAME}${PORTVERSION} EXTRACT_SUFX= .tar.Z DISTFILES= fwtk2.1${EXTRACT_SUFX} fwtk-doc-only${EXTRACT_SUFX} +DIST_SUBDIR= fwtk .if defined(WITH_JUMBO_PATCH) PATCHFILES= trg-jumbo-20001114.diff @@ -45,9 +46,9 @@ MAN8+= x-gw.8 .include <bsd.port.pre.mk> -.if !exists(${DISTDIR}/fwtk2.1${EXTRACT_SUFX}) \ - && !exists(${DISTDIR}/fwtk-doc-only${EXTRACT_SUFX}) -IGNORE='Please read ftp://ftp.tislabs.com/pub/firewalls/toolkit/README for details of how to obtain the FTWK source. Put the files fwtk2.1${EXTRACT_SUFX} and fwtk-doc-only${EXTRACT_SUFX} into the directory ${DISTDIR} and run make again' +.if !exists(${DISTDIR}/${DIST_SUBDIR}/fwtk2.1${EXTRACT_SUFX}) \ + && !exists(${DISTDIR}/${DIST_SUBDIR}fwtk-doc-only${EXTRACT_SUFX}) +IGNORE='Please read ftp://ftp.tislabs.com/pub/firewalls/toolkit/dist/README for details of how to obtain the FTWK source. Put the files fwtk2.1${EXTRACT_SUFX} and fwtk-doc-only${EXTRACT_SUFX} into the directory ${DISTDIR}/${DIST_SUBDIR} and run make again' .endif pre-patch: diff --git a/security/fwtk/distinfo b/security/fwtk/distinfo index d0b417d0e116..529fe3f6d0d1 100644 --- a/security/fwtk/distinfo +++ b/security/fwtk/distinfo @@ -1,3 +1,5 @@ -MD5 (fwtk2.1.tar.Z) = 936bf217fc271c54ef4b5ffca1e642db -MD5 (fwtk-doc-only.tar.Z) = 74ab67a3d224ba7ce0cfc2a39cb038cf +MD5 (fwtk/fwtk2.1.tar.Z) = 936bf217fc271c54ef4b5ffca1e642db +SIZE (fwtk/fwtk2.1.tar.Z) = 481055 +MD5 (fwtk/fwtk-doc-only.tar.Z) = 74ab67a3d224ba7ce0cfc2a39cb038cf +SIZE (fwtk/fwtk-doc-only.tar.Z) = 423991 MD5 (trg-jumbo-20001114.diff) = 32d8139ffc8826f451c4df80c5640d5a |