diff options
author | pav <pav@FreeBSD.org> | 2006-02-08 05:17:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-02-08 05:17:50 +0800 |
commit | 2bf929273bb9def18ff014af0ef1cd67e9ef6ee3 (patch) | |
tree | 79897a34246027bf1457fe76528890d3358551fb /net/pathneck | |
parent | b3bb15044607cc16a0377f6c20efa69986f23c02 (diff) | |
download | freebsd-ports-gnome-2bf929273bb9def18ff014af0ef1cd67e9ef6ee3.tar.gz freebsd-ports-gnome-2bf929273bb9def18ff014af0ef1cd67e9ef6ee3.tar.zst freebsd-ports-gnome-2bf929273bb9def18ff014af0ef1cd67e9ef6ee3.zip |
- Update MASTER_SITES
- Portlint
PR: ports/92918
Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer)
Diffstat (limited to 'net/pathneck')
-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 +=,' \ |