diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-08 05:11:44 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-08 05:11:44 +0800 |
commit | a54d7fa5f69aa2d107ccb7d9f239e7f63a931b96 (patch) | |
tree | f1354527b92e0f1506424ae438028e5f7dc283ad /editors | |
parent | 2833e578cc2c442cdf746e24534a0470f506cf38 (diff) | |
download | freebsd-ports-gnome-a54d7fa5f69aa2d107ccb7d9f239e7f63a931b96.tar.gz freebsd-ports-gnome-a54d7fa5f69aa2d107ccb7d9f239e7f63a931b96.tar.zst freebsd-ports-gnome-a54d7fa5f69aa2d107ccb7d9f239e7f63a931b96.zip |
Stage support
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ssed/Makefile | 3 | ||||
-rw-r--r-- | editors/ssed/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/editors/ssed/Makefile b/editors/ssed/Makefile index 84f07dcca755..62bcca9fc9ed 100644 --- a/editors/ssed/Makefile +++ b/editors/ssed/Makefile @@ -14,9 +14,6 @@ COMMENT= Super-sed - a heavily enhanced version of sed GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=s -MAN1= ssed.1 - -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/editors/ssed/pkg-plist b/editors/ssed/pkg-plist index bd3fe1471c89..6d0e725c3fcc 100644 --- a/editors/ssed/pkg-plist +++ b/editors/ssed/pkg-plist @@ -1,4 +1,5 @@ bin/ssed +man/man1/ssed.1.gz %%NLS%%share/locale/af/LC_MESSAGES/ssed.mo %%NLS%%share/locale/ca/LC_MESSAGES/ssed.mo %%NLS%%share/locale/cs/LC_MESSAGES/ssed.mo |