diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-09 19:14:11 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-09 19:14:11 +0000 |
commit | cf48198d5c520c37f65c204d196a936068014f21 (patch) | |
tree | 1446596b3326eaa0ac85178a50f0e69041b205ca /net-mgmt | |
parent | 9f65c3565aaa6fff5a3035040d5d48cdcddd6a6d (diff) | |
download | ports-cf48198d5c520c37f65c204d196a936068014f21.tar.gz ports-cf48198d5c520c37f65c204d196a936068014f21.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/oproute/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/oproute/Makefile b/net-mgmt/oproute/Makefile index fb6498848c59..18f7900b1153 100644 --- a/net-mgmt/oproute/Makefile +++ b/net-mgmt/oproute/Makefile @@ -9,10 +9,10 @@ PORTNAME= oproute PORTVERSION= 0.7 CATEGORIES= net -MASTER_SITES= ftp://ftp.opnix.com/pub/oproute/ +MASTER_SITES= ftp://ftp.opnix.com/oproute/ EXTRACT_SUFX= .tgz -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org post-patch: @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Makefile |