diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-02 00:57:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-02 00:57:04 +0800 |
commit | 8b6c68a7b1d06af87c15b5a079495cdac771a119 (patch) | |
tree | e07e6a0eb21090f69a53fd134788159fb6188635 | |
parent | c670875b2ffacfda5e4716926f81b4562eec442f (diff) | |
download | freebsd-ports-gnome-8b6c68a7b1d06af87c15b5a079495cdac771a119.tar.gz freebsd-ports-gnome-8b6c68a7b1d06af87c15b5a079495cdac771a119.tar.zst freebsd-ports-gnome-8b6c68a7b1d06af87c15b5a079495cdac771a119.zip |
- Stage support
-rw-r--r-- | editors/2bsd-vi/Makefile | 4 | ||||
-rw-r--r-- | editors/2bsd-vi/pkg-plist | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/editors/2bsd-vi/Makefile b/editors/2bsd-vi/Makefile index aaf86aa3bfe0..9fb6654fd4b8 100644 --- a/editors/2bsd-vi/Makefile +++ b/editors/2bsd-vi/Makefile @@ -20,13 +20,9 @@ USE_BZIP2= yes PRESERVEDIR= /var/preserve/${UNIQUENAME} PLIST_SUB= PRESERVEDIR="${PRESERVEDIR}" -MAN1= ex.1 vi.1 -MLINKS= ex.1 edit.1 vi.1 vedit.1 vi.1 view.1 - post-extract: .SILENT ${RM} -fr ${WRKSRC}/libuxre ${WRKSRC}/regexp.h -NO_STAGE= yes post-patch: .for f in Makefile ex.1 expreserve.c exrecover.c vi.1 @${REINPLACE_CMD} -e 's|/var/preserve|${PRESERVEDIR}|' ${WRKSRC}/${f} diff --git a/editors/2bsd-vi/pkg-plist b/editors/2bsd-vi/pkg-plist index 95cd530ab66b..48460ef9d8ad 100644 --- a/editors/2bsd-vi/pkg-plist +++ b/editors/2bsd-vi/pkg-plist @@ -5,5 +5,10 @@ bin/vi bin/view libexec/exrecover libexec/expreserve +man/man1/edit.1.gz +man/man1/ex.1.gz +man/man1/vedit.1.gz +man/man1/vi.1.gz +man/man1/view.1.gz @exec install -d -m 1777 %%PRESERVEDIR%% @unexec rmdir %%PRESERVEDIR%% 2> /dev/null || true |