summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-08-24 09:59:40 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-08-24 09:59:40 +0000
commit5f0fecb5ef361d8be7fafe99ea97bc68b564fe44 (patch)
tree28648e173996ebcb0f52d5af7902be2d62665547 /www
parentFix build on 6.x (diff)
- Use pure_install instead install to don't create perllocal.pod to fix pkg-plist
- fixed URL - Unbreak - Pass maintainership to submitter PR: ports/85234 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: portmgr (clement)
Notes
Notes: svn path=/head/; revision=140963
Diffstat (limited to 'www')
-rw-r--r--www/rt2/Makefile8
-rw-r--r--www/rt2/files/patch-Makefile13
2 files changed, 13 insertions, 8 deletions
diff --git a/www/rt2/Makefile b/www/rt2/Makefile
index 51125eca4449..762130ced25d 100644
--- a/www/rt2/Makefile
+++ b/www/rt2/Makefile
@@ -9,10 +9,10 @@ PORTNAME= rt2
PORTVERSION= 2.0.15
PORTREVISION= 2
CATEGORIES= www
-MASTER_SITES= http://www.fsck.com/pub/rt/release/
+MASTER_SITES= http://download.bestpractical.com/pub/rt/release/
DISTNAME= rt-${PORTVERSION:S/./-/g}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= jmelo@freebsdbrasil.com.br
COMMENT= RT is an industrial-grade ticketing system written in Perl
BUILD_DEPENDS= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl \
@@ -155,8 +155,4 @@ do-install:
post-install:
@${SED} s!%%PREFIX%%!${PREFIX}!g ${PKGMESSAGE}
-.if ${OSVERSION} >= 502000
-BROKEN= "Broken pkg-plist"
-.endif
-
.include <bsd.port.post.mk>
diff --git a/www/rt2/files/patch-Makefile b/www/rt2/files/patch-Makefile
index f82fad538073..567e5d4f1fa8 100644
--- a/www/rt2/files/patch-Makefile
+++ b/www/rt2/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Fri Oct 4 11:48:46 2002
-+++ Makefile Wed Feb 12 03:13:22 2003
+--- Makefile.orig Fri Oct 4 15:48:46 2002
++++ Makefile Mon Aug 22 16:31:13 2005
@@ -15,7 +15,7 @@
BRANCH = HEAD
@@ -97,6 +97,15 @@
# }}}
+@@ -300,7 +300,7 @@
+ && make \
+ && make test \
+ && $(PERL) -p -i -e " s'!!RT_VERSION!!'$(RT_VERSION)'g;" blib/lib/RT.pm ;\
+- make install \
++ make pure_install \
+ INSTALLSITEMAN1DIR=$(RT_MAN_PATH)/man1 \
+ INSTALLSITEMAN3DIR=$(RT_MAN_PATH)/man3 \
+ DESTDIR=$(DESTDIR) \
@@ -312,7 +312,7 @@