summaryrefslogtreecommitdiff
path: root/editors/vile/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-07 21:06:11 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-07 21:06:11 +0000
commit2810270e0d088adc449355511de2e074d3df217a (patch)
tree91066bee3f40d829a52db475fd7c82aff1bd7c0d /editors/vile/Makefile
parentStage support (diff)
Stage support
Notes
Notes: svn path=/head/; revision=339036
Diffstat (limited to 'editors/vile/Makefile')
-rw-r--r--editors/vile/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index 45a8b5564449..266d437e7b52 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -24,11 +24,8 @@ SHEBANG_FILES= perl/vileget
GNU_CONFIGURE= yes
MAKEFILE= makefile
-MAN1= vile.1
-
CONFLICTS_INSTALL= xvile-[0-9]*
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MFILTERS}
@@ -62,11 +59,11 @@ post-patch:
's|defined(FLEX_BETA)|0|' ${WRKSRC}/filters/filters.h
post-install:
- @${MKDIR} ${DATADIR}/macros
- (cd ${WRKSRC}/macros && ${INSTALL_DATA} *.rc ${DATADIR}/macros)
+ @${MKDIR} ${STAGEDIR}${DATADIR}/macros
+ ${INSTALL_DATA} ${WRKSRC}/macros/*.rc ${STAGEDIR}${DATADIR}/macros
.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- (cd ${WRKSRC}/doc && ${INSTALL_DATA} *.doc ${DOCSDIR})
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/*.doc ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>