aboutsummaryrefslogtreecommitdiff
path: root/archivers/tclmkziplib
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-12-31 14:10:52 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-12-31 14:10:52 +0000
commitef3fc44bb30e209a97699a5fdff5e92c0c44f56f (patch)
tree699394f9ccebcba1a857e95632340913e8c45faf /archivers/tclmkziplib
parentb33a2cddffa917941485f9f183a50076bffe167a (diff)
downloadports-ef3fc44bb30e209a97699a5fdff5e92c0c44f56f.tar.gz
ports-ef3fc44bb30e209a97699a5fdff5e92c0c44f56f.zip
Notes
Diffstat (limited to 'archivers/tclmkziplib')
-rw-r--r--archivers/tclmkziplib/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/archivers/tclmkziplib/Makefile b/archivers/tclmkziplib/Makefile
index e255fc5edefd..cabaa5bbcf75 100644
--- a/archivers/tclmkziplib/Makefile
+++ b/archivers/tclmkziplib/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: tclmkziplib
-# Date created: 4 Jan 2007
-# Whom: Martin Matuska <mm@FreeBSD.org>
-#
+# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= tclmkziplib
PORTVERSION= 1.0
@@ -22,7 +18,7 @@ USE_TCL= 84+
WRKSRC= ${WRKDIR}/mkZiplib${PORTVERSION}
USE_ZIP= yes
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
TCLCONFIG?= ${LOCALBASE}/lib/tcl${TCL_VER}/tclConfig.sh
@@ -42,9 +38,9 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/pkgIndex.tcl ${PREFIX}/lib/mkZiplib
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@ ${MKDIR} ${DOCSDIR}
@ ${INSTALL_DATA} ${WRKSRC}/mkZiplib${PORTVERSION:S/.//}.htm ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>