diff options
author | Philip Paeps <philip@FreeBSD.org> | 2004-02-17 12:00:18 +0000 |
---|---|---|
committer | Philip Paeps <philip@FreeBSD.org> | 2004-02-17 12:00:18 +0000 |
commit | 3e8eb108c83c1f604d2f0fd6311e7c7dcaa1d2d3 (patch) | |
tree | 3d4261d2972111b593c4102136b86b3bba546ff9 /math/p5-Roman | |
parent | b5e1800652f1be5dcd433100bd5f455c2772334a (diff) | |
download | ports-3e8eb108c83c1f604d2f0fd6311e7c7dcaa1d2d3.tar.gz ports-3e8eb108c83c1f604d2f0fd6311e7c7dcaa1d2d3.zip |
o Fix installation on bento
o Change my email address
Noticed by: bento, kris
Approved by: kris
Notes
Notes:
svn path=/head/; revision=101192
Diffstat (limited to 'math/p5-Roman')
-rw-r--r-- | math/p5-Roman/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/p5-Roman/Makefile b/math/p5-Roman/Makefile index b53493f9a28e..4e05a14f55e3 100644 --- a/math/p5-Roman/Makefile +++ b/math/p5-Roman/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Roman PKGNAMEPREFIX= p5- -MAINTAINER= philip@paeps.cx +MAINTAINER= philip@FreeBSD.org COMMENT= Perl module to convert between Arabic and Roman numerals NO_BUILD= yes @@ -21,11 +21,8 @@ USE_PERL5_RUN= yes .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} >= 500800 -BROKEN= "Does not install" -.endif - do-install: + ${MKDIR} ${SITE_PERL} ${CP} ${WRKSRC}/Roman.pm ${SITE_PERL} .include <bsd.port.post.mk> |