diff options
author | demon <demon@FreeBSD.org> | 2004-02-18 14:21:52 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2004-02-18 14:21:52 +0000 |
commit | c9ebc889dc57c56020f76b5a6bf80365bf6e9029 (patch) | |
tree | e9274f05b0eedb9de345be1f7e16acba9ebfb861 /www/rt3-elixus | |
parent | 918f114ce9da265989d77a555076964fbebeff6c (diff) | |
download | FreeBSD-ports-c9ebc889dc57c56020f76b5a6bf80365bf6e9029.zip FreeBSD-ports-c9ebc889dc57c56020f76b5a6bf80365bf6e9029.tar.gz |
Do not apply patch from rt3 port, it is already included into rt3-elixus
distribution.
Submitted by: maintainer
Diffstat (limited to 'www/rt3-elixus')
-rw-r--r-- | www/rt3-elixus/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/rt3-elixus/Makefile b/www/rt3-elixus/Makefile index 29efc79..4e2a51a 100644 --- a/www/rt3-elixus/Makefile +++ b/www/rt3-elixus/Makefile @@ -22,4 +22,7 @@ DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist WRKSRC= ${WRKDIR}/rt +do-patch: + ${TRUE} + .include "${MASTERDIR}/Makefile" |