diff options
author | philip <philip@FreeBSD.org> | 2004-02-17 20:00:18 +0800 |
---|---|---|
committer | philip <philip@FreeBSD.org> | 2004-02-17 20:00:18 +0800 |
commit | 082709b0db5eab166b7c4cc2cfc4aa27bc7b651f (patch) | |
tree | 4620b4a90908b2c587383f57addb0a6ce6141c7b /math | |
parent | bf704802dec9333d2d5837f5f2c1de4471482416 (diff) | |
download | freebsd-ports-gnome-082709b0db5eab166b7c4cc2cfc4aa27bc7b651f.tar.gz freebsd-ports-gnome-082709b0db5eab166b7c4cc2cfc4aa27bc7b651f.tar.zst freebsd-ports-gnome-082709b0db5eab166b7c4cc2cfc4aa27bc7b651f.zip |
o Fix installation on bento
o Change my email address
Noticed by: bento, kris
Approved by: kris
Diffstat (limited to 'math')
-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> |