diff options
-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 |