diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 21:40:25 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 21:40:25 +0800 |
commit | 2e95bf0cd1bd0ee77128806c451a0a02eaf68222 (patch) | |
tree | 2900ac28510a0391cf9b3628e1330898d99430ea /editors/xed | |
parent | 2aa69d3577ab8c704a3227ec30320e309382aa26 (diff) | |
download | freebsd-ports-gnome-2e95bf0cd1bd0ee77128806c451a0a02eaf68222.tar.gz freebsd-ports-gnome-2e95bf0cd1bd0ee77128806c451a0a02eaf68222.tar.zst freebsd-ports-gnome-2e95bf0cd1bd0ee77128806c451a0a02eaf68222.zip |
- Stage support
Diffstat (limited to 'editors/xed')
-rw-r--r-- | editors/xed/Makefile | 2 | ||||
-rw-r--r-- | editors/xed/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
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 |