diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-08-24 09:59:40 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-08-24 09:59:40 +0000 |
commit | 5f0fecb5ef361d8be7fafe99ea97bc68b564fe44 (patch) | |
tree | 28648e173996ebcb0f52d5af7902be2d62665547 /www/rt2 | |
parent | 79619ba2cd49c6301e5e2473c70941c938746ddf (diff) | |
download | ports-5f0fecb5ef361d8be7fafe99ea97bc68b564fe44.tar.gz ports-5f0fecb5ef361d8be7fafe99ea97bc68b564fe44.zip |
Notes
Diffstat (limited to 'www/rt2')
-rw-r--r-- | www/rt2/Makefile | 8 | ||||
-rw-r--r-- | www/rt2/files/patch-Makefile | 13 |
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 @@ |