summaryrefslogtreecommitdiff
path: root/editors/nvi-devel
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-05-21 17:33:30 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-05-21 17:33:30 +0000
commit03312af81c0f1c9f14815eab0449f373ccf26d70 (patch)
treecde9985a5866e0adefa4a2d25cfe4801be82e57a /editors/nvi-devel
parentPR: 52521 (diff)
No need to split bsd.ports.mk.
Reported by: Sheldon Hearn <sheldonh@starjuice.net>
Notes
Notes: svn path=/head/; revision=81637
Diffstat (limited to 'editors/nvi-devel')
-rw-r--r--editors/nvi-devel/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/nvi-devel/Makefile b/editors/nvi-devel/Makefile
index a728915d869f..457e991fde33 100644
--- a/editors/nvi-devel/Makefile
+++ b/editors/nvi-devel/Makefile
@@ -19,8 +19,6 @@ COMMENT= Development snapshot of the world-renown nvi editor
BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv
LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
-.include <bsd.port.pre.mk>
-
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix
GNU_CONFIGURE= yes
@@ -41,4 +39,4 @@ post-install:
${RM} ${PREFIX}/man/cat1/${__p}.0
.endfor
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>