summaryrefslogtreecommitdiffstats
path: root/www/llgal
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2007-01-26 14:05:45 +0000
committerarved <arved@FreeBSD.org>2007-01-26 14:05:45 +0000
commitb9021af9a0efea6c4af9a356d1f3597e52aedd18 (patch)
tree0743f357fa593804071ccf30cbf61a7f3ef1f448 /www/llgal
parent4938caaaec5e143638c98372663dbc40b141cf51 (diff)
downloadFreeBSD-ports-b9021af9a0efea6c4af9a356d1f3597e52aedd18.zip
FreeBSD-ports-b9021af9a0efea6c4af9a356d1f3597e52aedd18.tar.gz
Fix plist
Reported by: pointyhat via pav
Diffstat (limited to 'www/llgal')
-rw-r--r--www/llgal/Makefile9
-rw-r--r--www/llgal/pkg-plist2
2 files changed, 10 insertions, 1 deletions
diff --git a/www/llgal/Makefile b/www/llgal/Makefile
index e8efa11..13a2dcc 100644
--- a/www/llgal/Makefile
+++ b/www/llgal/Makefile
@@ -26,4 +26,11 @@ USE_PERL5= yes
USE_GMAKE= yes
USE_GETTEXT= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+post-configure:
+ sed -e "s,@VERSION@,${PORTVERSION}," < ${WRKSRC}/lib/Makefile.PL.in > ${WRKSRC}/lib/Makefile.PL
+ cd ${WRKSRC}/lib; ${PERL} Makefile.PL
+ ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install//' ${WRKSRC}/lib/Makefile
+
+.include <bsd.port.post.mk>
diff --git a/www/llgal/pkg-plist b/www/llgal/pkg-plist
index 6acd7fb..5b7268c 100644
--- a/www/llgal/pkg-plist
+++ b/www/llgal/pkg-plist
@@ -4,6 +4,7 @@ etc/llgal/llgalrc
%%SITE_PERL%%/Llgal/Utils.pm
%%SITE_PERL%%/Llgal/Templates.pm
%%SITE_PERL%%/Llgal/Messages.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Llgal/.packlist
share/llgal/captions.header
share/llgal/index.png
share/llgal/indextemplate.html
@@ -13,5 +14,6 @@ share/llgal/prev.png
share/llgal/slidetemplate.html
share/llgal/tile.png
share/locale/fr/LC_MESSAGES/llgal.mo
+@dirrm share/llgal
@dirrm %%SITE_PERL%%/Llgal
@dirrm etc/llgal
OpenPOWER on IntegriCloud