diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-08-01 01:21:21 +0800 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-08-01 01:21:21 +0800 |
commit | 99e96a941dfa8c89a33d1f7459f18ea53699a4c9 (patch) | |
tree | 335d47a7bb8b9175ac04378a3322679e611e912f /www | |
parent | be396bcc0d10eb0fe70e26cbf1632aa33cd95fd5 (diff) | |
download | freebsd-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/Makefile | 9 |
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> |