aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2005-08-01 01:21:21 +0800
committerleeym <leeym@FreeBSD.org>2005-08-01 01:21:21 +0800
commita9275d695be19b5e6d39474a4b403f51dc10eee1 (patch)
tree15d87b40f63732d18bd85e6fc362b9e694c2b545 /www
parentb238d5639376f523977d8607a16455e00b6321e8 (diff)
downloadfreebsd-ports-graphics-a9275d695be19b5e6d39474a4b403f51dc10eee1.tar.gz
freebsd-ports-graphics-a9275d695be19b5e6d39474a4b403f51dc10eee1.tar.zst
freebsd-ports-graphics-a9275d695be19b5e6d39474a4b403f51dc10eee1.zip
- fix $VERSION and unbreak
PR: 84184 Submitted by: leeym Approved by: maintainer timeout
Diffstat (limited to 'www')
-rw-r--r--www/p5-Maypole-Authentication-UserSessionCookie/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/www/p5-Maypole-Authentication-UserSessionCookie/Makefile b/www/p5-Maypole-Authentication-UserSessionCookie/Makefile
index 7ce8482f617..e182c58a0e9 100644
--- a/www/p5-Maypole-Authentication-UserSessionCookie/Makefile
+++ b/www/p5-Maypole-Authentication-UserSessionCookie/Makefile
@@ -19,10 +19,7 @@ PERL_CONFIGURE= yes
MAN3= Maypole::Authentication::UserSessionCookie.3
-.include <bsd.port.pre.mk>
+post-patch:
+ @${PERL} -pi -e 's/^our (\S+)/use vars qw($$1); $$1/' ${WRKSRC}/UserSessionCookie.pm
-.if ${OSVERSION} < 500000
-BROKEN= "Does not build on FreeBSD 4.x"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>