aboutsummaryrefslogtreecommitdiff
path: root/net/binkd/Makefile
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-08-01 23:57:30 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-08-01 23:57:30 +0000
commit2a7f4af49b96d7131fc0954f2e662406cf277509 (patch)
tree6d236251e04280a686ef907d16b4639a3e548b2e /net/binkd/Makefile
parent9d3376a517fbcd90db466879923aac68921bf702 (diff)
downloadports-2a7f4af49b96d7131fc0954f2e662406cf277509.tar.gz
ports-2a7f4af49b96d7131fc0954f2e662406cf277509.zip
Update port to 0.9.4
PR: 20239 Submitted by: Maintainer
Notes
Notes: svn path=/head/; revision=31224
Diffstat (limited to 'net/binkd/Makefile')
-rw-r--r--net/binkd/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/binkd/Makefile b/net/binkd/Makefile
index 360d4491415b..b587426cf52c 100644
--- a/net/binkd/Makefile
+++ b/net/binkd/Makefile
@@ -6,14 +6,14 @@
#
PORTNAME= binkd
-PORTVERSION= 0.9.3
+PORTVERSION= 0.9.4
CATEGORIES= net
MASTER_SITES= ftp://happy.kiev.ua/pub/fidosoft/mailer/binkd/
-DISTNAME= binkd093
+DISTNAME= binkd094
MAINTAINER= dsh@vlink.ru
-WRKSRC= ${WRKDIR}/${PKGNAME}
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_ZIP= yes
GNU_CONFIGURE= yes
@@ -22,7 +22,6 @@ MAN8= binkd.8
.if defined(WITH_AMIGA4D)
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= binkdaso.diff
-PATCH_DIST_STRIP= -l
DEFINES+= -DAMIGADOS_4D_OUTBOUND
MAKE_ENV+= DEFINES="${DEFINES}"
.endif