diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-12 18:16:57 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-12 18:16:57 +0800 |
commit | 32f17d0c88cce1b542d47db43c2c0e4eb7206466 (patch) | |
tree | 9830c96912c602d237ff09f4da082fe7e0c9a757 | |
parent | 45111475305410c44eecb714fe46bf961de812b3 (diff) | |
download | freebsd-ports-gnome-32f17d0c88cce1b542d47db43c2c0e4eb7206466.tar.gz freebsd-ports-gnome-32f17d0c88cce1b542d47db43c2c0e4eb7206466.tar.zst freebsd-ports-gnome-32f17d0c88cce1b542d47db43c2c0e4eb7206466.zip |
- Stage support
-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 |