diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-28 21:33:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-28 21:33:24 +0800 |
commit | bd873d2c8e4cf36eaf5943c24e953a0f12d3802e (patch) | |
tree | 3037ebd510ff43030d77beb2f7c55e8aff8fcd13 | |
parent | 4ae94d6c2d06943a4bed7d88c122b85d8cb1d9a6 (diff) | |
download | freebsd-ports-gnome-bd873d2c8e4cf36eaf5943c24e953a0f12d3802e.tar.gz freebsd-ports-gnome-bd873d2c8e4cf36eaf5943c24e953a0f12d3802e.tar.zst freebsd-ports-gnome-bd873d2c8e4cf36eaf5943c24e953a0f12d3802e.zip |
- Stage support
-rw-r--r-- | www/weblint++/Makefile | 3 | ||||
-rw-r--r-- | www/weblint++/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/www/weblint++/Makefile b/www/weblint++/Makefile index 9ba86f203e61..68ef5cb0bc31 100644 --- a/www/weblint++/Makefile +++ b/www/weblint++/Makefile @@ -30,7 +30,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN1= weblint++.1 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/weblint++/pkg-plist b/www/weblint++/pkg-plist index f9d0be567738..93ba05fa600f 100644 --- a/www/weblint++/pkg-plist +++ b/www/weblint++/pkg-plist @@ -1,3 +1,4 @@ bin/weblint++ +man/man1/weblint++.1.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/weblint++/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/weblint++ |