diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-01 22:54:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-01 22:54:17 +0800 |
commit | 056081319ad9e31f3a41c41325db4f5dc7f124a5 (patch) | |
tree | 56ac7537e9354c338a803408457bf0f5dfb9f25d /security | |
parent | a0eb9533ac5ff5e7653ecfa25c53150c8976c8c9 (diff) | |
download | freebsd-ports-gnome-056081319ad9e31f3a41c41325db4f5dc7f124a5.tar.gz freebsd-ports-gnome-056081319ad9e31f3a41c41325db4f5dc7f124a5.tar.zst freebsd-ports-gnome-056081319ad9e31f3a41c41325db4f5dc7f124a5.zip |
- Stage support
Diffstat (limited to 'security')
-rw-r--r-- | security/swatch/Makefile | 4 | ||||
-rw-r--r-- | security/swatch/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/swatch/Makefile b/security/swatch/Makefile index 608fbc9eefd0..9419fe495a3c 100644 --- a/security/swatch/Makefile +++ b/security/swatch/Makefile @@ -22,10 +22,6 @@ USE_PERL5= configure CONFIGURE_ARGS= INSTALLMAN1DIR=${PREFIX}/man/man1 USE_RC_SUBR= ${PORTNAME} -MAN1= swatch.1 -MAN3= Swatch::Actions.3 Swatch::Throttle.3 Swatch::Threshold.3 - -NO_STAGE= yes post-patch: ${FIND} ${WRKSRC} -name "*.orig" -delete diff --git a/security/swatch/pkg-plist b/security/swatch/pkg-plist index 563b77c72f74..56114bfb456f 100644 --- a/security/swatch/pkg-plist +++ b/security/swatch/pkg-plist @@ -4,6 +4,10 @@ bin/swatch %%SITE_PERL%%/Swatch/Throttle.pm %%SITE_PERL%%/auto/Swatch/Actions/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/auto/swatch/.packlist +%%PERL5_MAN3%%/Swatch::Actions.3.gz +%%PERL5_MAN3%%/Swatch::Threshold.3.gz +%%PERL5_MAN3%%/Swatch::Throttle.3.gz +man/man1/swatch.1.gz @dirrm %%SITE_PERL%%/Swatch @dirrm %%SITE_PERL%%/auto/Swatch/Actions @dirrm %%SITE_PERL%%/auto/Swatch |