aboutsummaryrefslogtreecommitdiff
path: root/devel/c2lib/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-02-22 09:14:31 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-02-22 09:14:31 +0000
commit99a662beacefd3e8b9bd5233c1f69c93b34023d0 (patch)
tree2d10ef90ff121fc4051b65f15ab80f7d88dfeb49 /devel/c2lib/Makefile
parent8e6a1732e7a202e7da89f9be297a477e1f52e150 (diff)
Notes
Diffstat (limited to 'devel/c2lib/Makefile')
-rw-r--r--devel/c2lib/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/devel/c2lib/Makefile b/devel/c2lib/Makefile
index d43d9ee49926..2a04ea103b9d 100644
--- a/devel/c2lib/Makefile
+++ b/devel/c2lib/Makefile
@@ -21,14 +21,6 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
REALCURDIR="${.CURDIR}" \
DISTNAME="${DISTNAME}"
-post-extract:
- @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/genman3list.sh
-
-post-clean:
- @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
-
-.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
-.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
-.endif
+MAN3!= ${CAT} ${FILESDIR}/man3
.include <bsd.port.mk>