diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-22 10:33:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-22 10:33:03 +0000 |
commit | adecca36a6516ac44b26c3bee16b09afef8d76ea (patch) | |
tree | 80e9666496a760dfef237f8cceac65137d126996 | |
parent | f75988cab84a00f70d9376233b04f0b8e325007c (diff) |
Notes
-rw-r--r-- | textproc/ruby-deplate/Makefile | 3 | ||||
-rw-r--r-- | textproc/ruby-deplate/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/textproc/ruby-deplate/Makefile b/textproc/ruby-deplate/Makefile index ca6b694c52b5..33fb02d9a67a 100644 --- a/textproc/ruby-deplate/Makefile +++ b/textproc/ruby-deplate/Makefile @@ -20,7 +20,4 @@ USE_ZIP= yes USE_RUBY= yes USE_RUBY_SETUP= yes -MAN1= deplate.1 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/ruby-deplate/pkg-plist b/textproc/ruby-deplate/pkg-plist index 6b98fc710992..dc1a0cf679b7 100644 --- a/textproc/ruby-deplate/pkg-plist +++ b/textproc/ruby-deplate/pkg-plist @@ -196,6 +196,7 @@ bin/deplate %%DATADIR%%/templates/html-tabbar-right.html %%DATADIR%%/templates/html-tabbar-top.html %%DATADIR%%/templates/html-tabbar.html +man/man1/deplate.1.gz @dirrm %%RUBY_SITELIBDIR%%/deplate/compat @dirrm %%RUBY_SITELIBDIR%%/deplate/ents @dirrm %%RUBY_SITELIBDIR%%/deplate/fmt |