diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-07 21:11:44 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-07 21:11:44 +0000 |
commit | 1a2043b411b2d361ff5ec77bafa5e884dfc4e69f (patch) | |
tree | f1354527b92e0f1506424ae438028e5f7dc283ad /editors | |
parent | 2810270e0d088adc449355511de2e074d3df217a (diff) | |
download | ports-1a2043b411b2d361ff5ec77bafa5e884dfc4e69f.tar.gz ports-1a2043b411b2d361ff5ec77bafa5e884dfc4e69f.zip |
Stage support
Notes
Notes:
svn path=/head/; revision=339037
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 |