mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Enable stage support
This commit is contained in:
parent
94066acc1a
commit
6566598fb0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337955
@ -26,9 +26,7 @@ USE_BDB= 42+
|
||||
CONFIGURE_ARGS+= --with-db-prefix=${LOCALBASE} \
|
||||
--program-prefix=n
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
MAN1= nex.1 nvi.1 nview.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MWIDECHAR}
|
||||
@ -47,8 +45,8 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
.for __p in nex nvi nview
|
||||
@# XXX: Hack the Makefile in the distribution so this isn't necessary.
|
||||
${RM} ${PREFIX}/man/cat1/${__p}.0
|
||||
# XXX: Hack the Makefile in the distribution so this isn't necessary.
|
||||
${RM} ${STAGEDIR}${PREFIX}/man/cat1/${__p}.0
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -5,23 +5,26 @@ lib/libvi.a
|
||||
lib/libvi.la
|
||||
lib/libvi.so
|
||||
lib/libvi.so.0
|
||||
share/vi/catalog/german
|
||||
share/vi/catalog/spanish
|
||||
share/vi/catalog/ru_SU.KOI8-R
|
||||
share/vi/catalog/swedish
|
||||
share/vi/catalog/french
|
||||
share/vi/catalog/english
|
||||
man/man1/nex.1.gz
|
||||
man/man1/nvi.1.gz
|
||||
man/man1/nview.1.gz
|
||||
share/vi/catalog/dutch
|
||||
@dirrm share/vi/catalog
|
||||
share/vi/perl/wc.pl
|
||||
share/vi/perl/tk.pl
|
||||
share/vi/perl/make.pl
|
||||
share/vi/catalog/english
|
||||
share/vi/catalog/french
|
||||
share/vi/catalog/german
|
||||
share/vi/catalog/ru_SU.KOI8-R
|
||||
share/vi/catalog/spanish
|
||||
share/vi/catalog/swedish
|
||||
share/vi/perl/forall.pl
|
||||
@dirrm share/vi/perl
|
||||
share/vi/tcl/wc.tcl
|
||||
share/vi/tcl/mailprocs.tcl
|
||||
share/vi/tcl/gnats.tcl
|
||||
share/vi/tcl/errors.tcl
|
||||
share/vi/perl/make.pl
|
||||
share/vi/perl/tk.pl
|
||||
share/vi/perl/wc.pl
|
||||
share/vi/recover
|
||||
share/vi/tcl/errors.tcl
|
||||
share/vi/tcl/gnats.tcl
|
||||
share/vi/tcl/mailprocs.tcl
|
||||
share/vi/tcl/wc.tcl
|
||||
@dirrm share/vi/catalog
|
||||
@dirrm share/vi/perl
|
||||
@dirrm share/vi/tcl
|
||||
@dirrm share/vi
|
||||
|
Loading…
Reference in New Issue
Block a user