diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-08-23 13:44:24 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-08-23 13:44:24 +0000 |
commit | 925177f700d7e11a554296e93509cbf9979c1e57 (patch) | |
tree | 8a3d10aa290045355e02f978def6e8ac786bc1de /www/p5-CGI_Lite | |
parent | 6e34cd2393a35a7e56400c87970f252519736d54 (diff) | |
download | ports-925177f700d7e11a554296e93509cbf9979c1e57.tar.gz ports-925177f700d7e11a554296e93509cbf9979c1e57.zip |
Notes
Diffstat (limited to 'www/p5-CGI_Lite')
-rw-r--r-- | www/p5-CGI_Lite/Makefile | 4 | ||||
-rw-r--r-- | www/p5-CGI_Lite/pkg-plist | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-CGI_Lite/Makefile b/www/p5-CGI_Lite/Makefile index f413717a1c0e..3bd43cf88eff 100644 --- a/www/p5-CGI_Lite/Makefile +++ b/www/p5-CGI_Lite/Makefile @@ -3,7 +3,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.8 1997/07/03 06:21:54 asami Exp $ +# $Id: Makefile,v 1.9 1997/09/11 19:38:01 jfitz Exp $ # DISTNAME= CGI_Lite-1.8 @@ -16,7 +16,7 @@ MAINTAINER= jfitz@FreeBSD.ORG USE_PERL5= YES -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= CGI_Lite.3 do-configure: diff --git a/www/p5-CGI_Lite/pkg-plist b/www/p5-CGI_Lite/pkg-plist index 809608872c70..7b9cbf95764a 100644 --- a/www/p5-CGI_Lite/pkg-plist +++ b/www/p5-CGI_Lite/pkg-plist @@ -1,3 +1,3 @@ -lib/perl5/site_perl/CGI_Lite.pm -lib/perl5/site_perl/i386-freebsd/auto/CGI_Lite/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/CGI_Lite +lib/perl5/site_perl/%%PERL_VER%%/CGI_Lite.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/CGI_Lite/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/CGI_Lite |