summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-02-24 08:48:12 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-02-24 08:48:12 +0000
commitd3f6affbec741490968217f7fbd5835cdf59f43b (patch)
tree6436526aeb904594552a025770658ffe4844ae03 /devel
parentClean up this script a bit: (diff)
Add missed <bsd.port.pre.mk>.
Submitted by: kris
Notes
Notes: svn path=/head/; revision=55167
Diffstat (limited to 'devel')
-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>