diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-06 14:05:36 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-06 14:05:36 +0000 |
commit | 8cea54ac95e631f750fea3f678c5310251ca74d1 (patch) | |
tree | 4454c6ea5f5be22b31c09cd34c9bcf057566dc5b | |
parent | c1dd0f00d8a364c67862748284b611bd7a55757d (diff) | |
download | ports-8cea54ac95e631f750fea3f678c5310251ca74d1.tar.gz ports-8cea54ac95e631f750fea3f678c5310251ca74d1.zip |
Notes
-rw-r--r-- | net/p5-Queue-Beanstalk/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Queue-Beanstalk/pkg-plist | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/net/p5-Queue-Beanstalk/Makefile b/net/p5-Queue-Beanstalk/Makefile index c41cc9a1dbd5..f2c3e157fb8d 100644 --- a/net/p5-Queue-Beanstalk/Makefile +++ b/net/p5-Queue-Beanstalk/Makefile @@ -13,9 +13,4 @@ COMMENT= Client for beanstalkd, in-memory workqueue daemon USES= perl5 USE_PERL5= modbuild -MAN3= Queue::Beanstalk.3 -PLIST_FILES= "%%SITE_PERL%%/Queue/Beanstalk.pm" -PLIST_FILES+= "@dirrmtry %%SITE_PERL%%/Queue" - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/p5-Queue-Beanstalk/pkg-plist b/net/p5-Queue-Beanstalk/pkg-plist new file mode 100644 index 000000000000..8992d751b337 --- /dev/null +++ b/net/p5-Queue-Beanstalk/pkg-plist @@ -0,0 +1,3 @@ +%%PERL5_MAN3%%/Queue::Beanstalk.3.gz +%%SITE_PERL%%/Queue/Beanstalk.pm +@dirrmtry %%SITE_PERL%%/Queue |