diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-26 13:08:24 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-26 13:08:24 +0000 |
commit | eee58d187e2c55fca6f53b9e482d33cf5346fe81 (patch) | |
tree | 0d350fe6ad6a2fe3222d838f3c72856c78cd449f /multimedia/clive | |
parent | 3f1df82a16a1e89db9a69b36ade7342f34095ab4 (diff) | |
download | ports-eee58d187e2c55fca6f53b9e482d33cf5346fe81.tar.gz ports-eee58d187e2c55fca6f53b9e482d33cf5346fe81.zip |
Notes
Diffstat (limited to 'multimedia/clive')
-rw-r--r-- | multimedia/clive/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/clive/Makefile b/multimedia/clive/Makefile index 18575ff7a3dd..4727e1a01d78 100644 --- a/multimedia/clive/Makefile +++ b/multimedia/clive/Makefile @@ -3,6 +3,7 @@ PORTNAME= clive PORTVERSION= 2.3.3 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R} @@ -25,8 +26,6 @@ USES= perl5 USE_PERL5= configure PLIST_FILES= bin/clive \ - %%SITE_PERL%%/%%PERL_ARCH%%/auto/clive/.packlist \ man/man1/clive.1.gz -PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/clive .include <bsd.port.mk> |