diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-02-07 21:17:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-02-07 21:17:50 +0000 |
commit | e950dc88c55c0c34ceca673eea8ca12052490ba0 (patch) | |
tree | e9ba87a5d550afe43eb3a7160f378c55650bb8b3 | |
parent | e44f185ddf7b69a821862ceb50a44a8a203e1f4f (diff) | |
download | ports-e950dc88c55c0c34ceca673eea8ca12052490ba0.tar.gz ports-e950dc88c55c0c34ceca673eea8ca12052490ba0.zip |
Notes
-rw-r--r-- | net/pathneck/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/pathneck/Makefile b/net/pathneck/Makefile index d9ee219f4132..7a40b598d63c 100644 --- a/net/pathneck/Makefile +++ b/net/pathneck/Makefile @@ -8,7 +8,8 @@ PORTNAME= pathneck PORTVERSION= 1.3 CATEGORIES= net -MASTER_SITES= http://gs274.sp.cs.cmu.edu/www/pathneck/ +MASTER_SITES= http://gs274.sp.cs.cmu.edu/www/pathneck/ \ + http://www.unixified.net/distfiles/ EXTRACT_SUFX= .tgz MAINTAINER= babak@farrokhi.net @@ -19,8 +20,6 @@ PLIST_FILES= sbin/pathneck \ PORTDOCS= COPYING ChangeLog README MAKEFILE= Makefile.bsd -USE_REINPLACE= yes - post-patch: @${REINPLACE_CMD} -e 's,^CC .=,CC ?=,' \ -e 's,^CFLAGS .=,CFLAGS +=,' \ |