summaryrefslogtreecommitdiffstats
path: root/misc/ezload/Makefile
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-11-22 19:00:55 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-11-22 19:00:55 +0000
commit60ee69103bb4779ca3f523975d19e73f83d510c6 (patch)
tree3dc83d1e94eeccd0d910b296225648feba506294 /misc/ezload/Makefile
parent2ea5f583460ea0a1de04f216c430cc67cbd0ca4e (diff)
downloadFreeBSD-ports-60ee69103bb4779ca3f523975d19e73f83d510c6.zip
FreeBSD-ports-60ee69103bb4779ca3f523975d19e73f83d510c6.tar.gz
Update to ezload-0.3.1
Diffstat (limited to 'misc/ezload/Makefile')
-rw-r--r--misc/ezload/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/misc/ezload/Makefile b/misc/ezload/Makefile
index d519224..fadd46d 100644
--- a/misc/ezload/Makefile
+++ b/misc/ezload/Makefile
@@ -1,26 +1,26 @@
# New ports collection makefile for: ezload
-# Version required: 0.2
-# Date created: 14 august 1999
+# Version required: 0.3.1
+# Date created: 18 november 1999
# Whom: n_hibma
#
# $FreeBSD$
#
-DISTNAME= ezload-0.2
+DISTNAME= ezload-0.3.1
CATEGORIES= misc
MASTER_SITES= http://www.etla.net/~n_hibma/usb/
MAINTAINER= n_hibma@FreeBSD.ORG
-MAN8= ezupload.8 ezdownload.8 aw.8
+MAN1= ezupload.1 ezdownload.1 aw.1
MANCOMPRESSED= yes
-MAKE_ENV= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man
+MAKE_ENV= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man" MKDIR="${MKDIR}" INSTALL_DATA="${INSTALL_DATA}" FORCE="${FORCE}"
.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 400000
-IGNORE= 'This port only works on 4.x+'
+
+.if ${OSVERSION} < 400012
+IGNORE= 'This port only works on 4.00012'
.endif
-
+
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud