diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 13:40:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 13:40:25 +0000 |
commit | 2e95bf0cd1bd0ee77128806c451a0a02eaf68222 (patch) | |
tree | 2900ac28510a0391cf9b3628e1330898d99430ea /editors | |
parent | 2aa69d3577ab8c704a3227ec30320e309382aa26 (diff) |
- Stage support
Notes
Notes:
svn path=/head/; revision=342440
Diffstat (limited to 'editors')
-rw-r--r-- | editors/bvi/Makefile | 5 | ||||
-rw-r--r-- | editors/bvi/pkg-plist | 2 | ||||
-rw-r--r-- | editors/xed/Makefile | 2 | ||||
-rw-r--r-- | editors/xed/pkg-plist | 1 |
4 files changed, 3 insertions, 7 deletions
diff --git a/editors/bvi/Makefile b/editors/bvi/Makefile index bbd41bd66b54..104a368f6b81 100644 --- a/editors/bvi/Makefile +++ b/editors/bvi/Makefile @@ -13,9 +13,4 @@ COMMENT= A vi-like binary file (hex)editor GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${DATADIR} -MAN1= bvi.1 bmore.1 -MLINKS= bvi.1 bview.1 \ - bvi.1 bvedit.1 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/bvi/pkg-plist b/editors/bvi/pkg-plist index d0914c0d38cc..2f603ca6be07 100644 --- a/editors/bvi/pkg-plist +++ b/editors/bvi/pkg-plist @@ -2,5 +2,7 @@ bin/bmore bin/bvedit bin/bvi bin/bview +man/man1/bmore.1.gz +man/man1/bvi.1.gz %%DATADIR%%/bmore.help @dirrm %%DATADIR%% diff --git a/editors/xed/Makefile b/editors/xed/Makefile index 1fe4e27004cf..f4fbd9e8f621 100644 --- a/editors/xed/Makefile +++ b/editors/xed/Makefile @@ -15,9 +15,7 @@ COMMENT= Text editor for X USES= imake USE_XORG= xaw -MAN1= xed.1 -NO_STAGE= yes pre-build: @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \ 's|extern char \*malloc();|/\* extern char \*malloc(); \*/|g' diff --git a/editors/xed/pkg-plist b/editors/xed/pkg-plist index d9e859ea855e..ae3b12296894 100644 --- a/editors/xed/pkg-plist +++ b/editors/xed/pkg-plist @@ -1,4 +1,5 @@ bin/xed lib/X11/xed/xed.help lib/X11/app-defaults/Xed +man/man1/xed.1.gz @dirrm lib/X11/xed |