Date: Wed, 12 Feb 2014 10:16:57 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343888 - head/comms/o2sms Message-ID: <201402121016.s1CAGvQZ026033@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Wed Feb 12 10:16:57 2014 New Revision: 343888 URL: http://svnweb.freebsd.org/changeset/ports/343888 QAT: https://qat.redports.org/buildarchive/r343888/ Log: - Stage support Modified: head/comms/o2sms/Makefile head/comms/o2sms/pkg-plist Modified: head/comms/o2sms/Makefile ============================================================================== --- head/comms/o2sms/Makefile Wed Feb 12 10:16:48 2014 (r343887) +++ head/comms/o2sms/Makefile Wed Feb 12 10:16:57 2014 (r343888) @@ -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> Modified: head/comms/o2sms/pkg-plist ============================================================================== --- head/comms/o2sms/pkg-plist Wed Feb 12 10:16:48 2014 (r343887) +++ head/comms/o2sms/pkg-plist Wed Feb 12 10:16:57 2014 (r343888) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402121016.s1CAGvQZ026033>