diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-12 10:16:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-12 10:16:57 +0000 |
commit | 03d992e9a7de51897e7f881aa1c3386f58b3fbc4 (patch) | |
tree | 9830c96912c602d237ff09f4da082fe7e0c9a757 /comms | |
parent | 571d6a721146a1e2e25db2519e5b6ceffaa1cd5b (diff) | |
download | ports-03d992e9a7de51897e7f881aa1c3386f58b3fbc4.tar.gz ports-03d992e9a7de51897e7f881aa1c3386f58b3fbc4.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/o2sms/Makefile | 13 | ||||
-rw-r--r-- | comms/o2sms/pkg-plist | 11 |
2 files changed, 11 insertions, 13 deletions
diff --git a/comms/o2sms/Makefile b/comms/o2sms/Makefile index d78811189bfa..64bf7a7a93ce 100644 --- a/comms/o2sms/Makefile +++ b/comms/o2sms/Makefile @@ -20,17 +20,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN1= aftsms.1 \ - o2sms.1 \ - meteorsms.1 \ - threesms.1 \ - vodasms.1 -MAN3= WWW::SMS::IE::aftsms.3 \ - WWW::SMS::IE::iesms.3 \ - WWW::SMS::IE::o2sms.3 \ - WWW::SMS::IE::meteorsms.3 \ - WWW::SMS::IE::threesms.3 \ - WWW::SMS::IE::vodasms.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/comms/o2sms/pkg-plist b/comms/o2sms/pkg-plist index 2db4a27ffe57..d9bb440465ce 100644 --- a/comms/o2sms/pkg-plist +++ b/comms/o2sms/pkg-plist @@ -15,6 +15,17 @@ bin/vodasms %%SITE_PERL%%/WWW/SMS/IE/threesms.pm %%SITE_PERL%%/WWW/SMS/IE/vodasms.action %%SITE_PERL%%/WWW/SMS/IE/vodasms.pm +%%PERL5_MAN3%%/WWW::SMS::IE::aftsms.3.gz +%%PERL5_MAN3%%/WWW::SMS::IE::iesms.3.gz +%%PERL5_MAN3%%/WWW::SMS::IE::meteorsms.3.gz +%%PERL5_MAN3%%/WWW::SMS::IE::o2sms.3.gz +%%PERL5_MAN3%%/WWW::SMS::IE::threesms.3.gz +%%PERL5_MAN3%%/WWW::SMS::IE::vodasms.3.gz +man/man1/aftsms.1.gz +man/man1/meteorsms.1.gz +man/man1/o2sms.1.gz +man/man1/threesms.1.gz +man/man1/vodasms.1.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/o2sms @dirrm %%SITE_PERL%%/WWW/SMS/IE @dirrmtry %%SITE_PERL%%/WWW/SMS |