aboutsummaryrefslogtreecommitdiffstats
path: root/devel/c2lib
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-02-24 16:48:12 +0800
committersobomax <sobomax@FreeBSD.org>2002-02-24 16:48:12 +0800
commit6aab800aeba14bdcb60371393c7b60ff101f6e4b (patch)
treedf28f0ee0437ba1e28c3814ed76f170f227eaf2c /devel/c2lib
parentcc489f806567ffc29bb36fefc186c58a7caedb6c (diff)
downloadfreebsd-ports-gnome-6aab800aeba14bdcb60371393c7b60ff101f6e4b.tar.gz
freebsd-ports-gnome-6aab800aeba14bdcb60371393c7b60ff101f6e4b.tar.zst
freebsd-ports-gnome-6aab800aeba14bdcb60371393c7b60ff101f6e4b.zip
Add missed <bsd.port.pre.mk>.
Submitted by: kris
Diffstat (limited to 'devel/c2lib')
-rw-r--r--devel/c2lib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/c2lib/Makefile b/devel/c2lib/Makefile
index 2a04ea103b9d..769430878711 100644
--- a/devel/c2lib/Makefile
+++ b/devel/c2lib/Makefile
@@ -21,6 +21,8 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
REALCURDIR="${.CURDIR}" \
DISTNAME="${DISTNAME}"
+.include <bsd.port.pre.mk>
+
MAN3!= ${CAT} ${FILESDIR}/man3
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>