diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-24 08:48:12 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-24 08:48:12 +0000 |
commit | d3f6affbec741490968217f7fbd5835cdf59f43b (patch) | |
tree | 6436526aeb904594552a025770658ffe4844ae03 /devel/c2lib | |
parent | Clean 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/c2lib')
-rw-r--r-- | devel/c2lib/Makefile | 4 |
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> |