diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-05 20:30:46 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-05 20:30:46 +0800 |
commit | 89296631339f899d4d576613519f1baed4185434 (patch) | |
tree | 8f08ce595110f6f0608ecc66b93e776e84a745f2 /comms/p5-Device-SerialPort | |
parent | 85676a41d5cb5592f58761777d407571ebf24c6b (diff) | |
download | freebsd-ports-gnome-89296631339f899d4d576613519f1baed4185434.tar.gz freebsd-ports-gnome-89296631339f899d4d576613519f1baed4185434.tar.zst freebsd-ports-gnome-89296631339f899d4d576613519f1baed4185434.zip |
Support STAGEDIR.
Diffstat (limited to 'comms/p5-Device-SerialPort')
-rw-r--r-- | comms/p5-Device-SerialPort/Makefile | 4 | ||||
-rw-r--r-- | comms/p5-Device-SerialPort/pkg-plist | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/comms/p5-Device-SerialPort/Makefile b/comms/p5-Device-SerialPort/Makefile index ca8fe67c9bd7..08cfca4ebae7 100644 --- a/comms/p5-Device-SerialPort/Makefile +++ b/comms/p5-Device-SerialPort/Makefile @@ -14,8 +14,4 @@ COMMENT= Perl5 module for simple serial port control USES= perl5 USE_PERL5= configure -MAN1= modemtest.1 -MAN3= Device::SerialPort.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/comms/p5-Device-SerialPort/pkg-plist b/comms/p5-Device-SerialPort/pkg-plist index b1980725db19..6989bde87ca2 100644 --- a/comms/p5-Device-SerialPort/pkg-plist +++ b/comms/p5-Device-SerialPort/pkg-plist @@ -1,8 +1,10 @@ bin/modemtest +%%PERL5_MAN3%%/Device::SerialPort.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Device/SerialPort.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/SerialPort/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/SerialPort/SerialPort.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/SerialPort/SerialPort.so +man/man1/modemtest.1.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/SerialPort @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Device @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Device |