aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2005-08-01 01:21:21 +0800
committerYen-Ming Lee <leeym@FreeBSD.org>2005-08-01 01:21:21 +0800
commit99e96a941dfa8c89a33d1f7459f18ea53699a4c9 (patch)
tree335d47a7bb8b9175ac04378a3322679e611e912f /www
parentbe396bcc0d10eb0fe70e26cbf1632aa33cd95fd5 (diff)
downloadfreebsd-ports-gnome-99e96a941dfa8c89a33d1f7459f18ea53699a4c9.tar.gz
freebsd-ports-gnome-99e96a941dfa8c89a33d1f7459f18ea53699a4c9.tar.zst
freebsd-ports-gnome-99e96a941dfa8c89a33d1f7459f18ea53699a4c9.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 7ce8482f6176..e182c58a0e9a 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>