diff options
author | mnag <mnag@FreeBSD.org> | 2005-11-22 20:24:34 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-11-22 20:24:34 +0800 |
commit | 11bcff6335bc735d84528ad61cd87470170f4317 (patch) | |
tree | 2a642ed85eee2992c8359db8324adbdc7f2b87a9 /security | |
parent | a726ea931f7880686087aefdcb03da0102f209aa (diff) | |
download | freebsd-ports-gnome-11bcff6335bc735d84528ad61cd87470170f4317.tar.gz freebsd-ports-gnome-11bcff6335bc735d84528ad61cd87470170f4317.tar.zst freebsd-ports-gnome-11bcff6335bc735d84528ad61cd87470170f4317.zip |
Fix build in 4.x
PR: 89405
Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/doorman/Makefile | 3 | ||||
-rw-r--r-- | security/doorman/distinfo | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/security/doorman/Makefile b/security/doorman/Makefile index 756236b5687a..5e13cac2bd5f 100644 --- a/security/doorman/Makefile +++ b/security/doorman/Makefile @@ -7,6 +7,7 @@ PORTNAME= doorman PORTVERSION= 0.81 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= doorman @@ -47,7 +48,7 @@ pre-patch: post-configure: .if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e 's,-lpcap,-L${LOCALBASE}/lib/libpcap.a,' \ + @${REINPLACE_CMD} -e 's,-lpcap,${LOCALBASE}/lib/libpcap.a,' \ ${WRKSRC}/Makefile .endif diff --git a/security/doorman/distinfo b/security/doorman/distinfo index f80415239873..4a58703d4a38 100644 --- a/security/doorman/distinfo +++ b/security/doorman/distinfo @@ -1,2 +1,3 @@ MD5 (doorman-0.81.tgz) = f0f30132a541122fa46f4d6d321260d9 +SHA256 (doorman-0.81.tgz) = 3b5d27272081553f8751d3f4687b9218fa3bc905c56aa394990b3ac608cca24e SIZE (doorman-0.81.tgz) = 140643 |