diff options
author | mich <mich@FreeBSD.org> | 2015-04-07 18:57:22 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2015-04-07 18:57:22 +0800 |
commit | 6df7b4ef3134c15a07f58a693af13e50622ccf0a (patch) | |
tree | 51ef452db99d76875ace02100076744ace8da43f | |
parent | 159c8ce95c2045fa89596aa70c351c2efacb15d0 (diff) | |
download | freebsd-ports-gnome-6df7b4ef3134c15a07f58a693af13e50622ccf0a.tar.gz freebsd-ports-gnome-6df7b4ef3134c15a07f58a693af13e50622ccf0a.tar.zst freebsd-ports-gnome-6df7b4ef3134c15a07f58a693af13e50622ccf0a.zip |
- fix unfetchable port (MASTER_SITES)
-rw-r--r-- | ports-mgmt/portell/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ports-mgmt/portell/Makefile b/ports-mgmt/portell/Makefile index f6e1b61ffc97..6284e8168c30 100644 --- a/ports-mgmt/portell/Makefile +++ b/ports-mgmt/portell/Makefile @@ -5,7 +5,7 @@ PORTNAME= portell PORTVERSION= 0.2 PORTREVISION= 1 CATEGORIES= ports-mgmt -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} +MASTER_SITES= http://www.freebsdcluster.org/~mich/software/ MAINTAINER= mich@FreeBSD.org COMMENT= Quick display of FreeBSD port descriptions @@ -16,8 +16,6 @@ NO_BUILD= yes PLIST_FILES= bin/portell PORTDOCS= README.txt -BROKEN= does not fetch, https://lists.freebsd.org/pipermail/freebsd-ports/2015-March/098494.html - post-extract: ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' ${WRKSRC}/portell.py ${REINPLACE_CMD} -e 's/free/freebsd/' ${WRKSRC}/portell.py |