diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-07-02 17:06:51 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-07-02 17:06:51 +0000 |
commit | 318000aeb6f43e70c7862d3e4b7021dac5f33895 (patch) | |
tree | ad39bde79e3cfa2ad2854a3fef64dd45f7beb4d5 /comms | |
parent | b418e674ad35a91a150b5c05dbce10e21d17923f (diff) | |
download | ports-318000aeb6f43e70c7862d3e4b7021dac5f33895.tar.gz ports-318000aeb6f43e70c7862d3e4b7021dac5f33895.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gscmxx/Makefile | 10 | ||||
-rw-r--r-- | comms/gscmxx/pkg-plist | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/comms/gscmxx/Makefile b/comms/gscmxx/Makefile index ca22092bb907..99a2db9e2e4b 100644 --- a/comms/gscmxx/Makefile +++ b/comms/gscmxx/Makefile @@ -3,11 +3,11 @@ PORTNAME= gscmxx PORTVERSION= 0.4.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= comms MASTER_SITES= SF -MAINTAINER= svmohr@rm6.net +MAINTAINER= svmohr@gmail.com COMMENT= Graphical frontend for scmxx RUN_DEPENDS= p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \ @@ -21,8 +21,8 @@ USES= perl5 USE_PERL5= configure USE_GNOME= gtk12 -MAN1= gscmxx.1 -MAN3= SCMxx.3 -NO_STAGE= yes +do-install: + cd ${WRKSRC} && make install PREFIX='${STAGEDIR}${PREFIX}' + .include <bsd.port.mk> diff --git a/comms/gscmxx/pkg-plist b/comms/gscmxx/pkg-plist index 5de812c9e10d..94131305486e 100644 --- a/comms/gscmxx/pkg-plist +++ b/comms/gscmxx/pkg-plist @@ -38,3 +38,5 @@ share/gscmxx/i18n/italian @dirrm share/gscmxx @dirrm share/pixmaps/gscmxx/groups @dirrm share/pixmaps/gscmxx +%%PERL5_MAN3%%/SCMxx.3.gz +man/man1/gscmxx.1.gz |