diff options
author | pav <pav@FreeBSD.org> | 2009-01-07 04:13:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-07 04:13:11 +0800 |
commit | 94d8b05df7c8641af83ef4a0edd466522f071f57 (patch) | |
tree | 4e60b59d98c6ad0694590ffa6ad59bdc1032836f /print | |
parent | 17ee807213115e56020f55dddd8c151a4ad1b835 (diff) | |
download | freebsd-ports-gnome-94d8b05df7c8641af83ef4a0edd466522f071f57.tar.gz freebsd-ports-gnome-94d8b05df7c8641af83ef4a0edd466522f071f57.tar.zst freebsd-ports-gnome-94d8b05df7c8641af83ef4a0edd466522f071f57.zip |
- Fix fetch
Reported by: pointyhat
Diffstat (limited to 'print')
-rw-r--r-- | print/pdfcube/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/print/pdfcube/Makefile b/print/pdfcube/Makefile index e56707472bac..4f8f3f0c98e3 100644 --- a/print/pdfcube/Makefile +++ b/print/pdfcube/Makefile @@ -9,7 +9,7 @@ PORTNAME= pdfcube PORTVERSION= 0.0.2 PORTREVISION= 3 CATEGORIES= print -MASTER_SITES= # http://code.100allora.it/pdfcube/attachment/wiki/WikiStart/${DISTNAME}${EXTRACT_SUFX} +MASTER_SITES= http://code.100allora.it/releases/pdfcube/ MAINTAINER= lwhsu@FreeBSD.org COMMENT= An OpenGL presentation viewer on a spinning cube @@ -22,11 +22,4 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/pdfcube -.include <bsd.port.pre.mk> - -do-fetch: -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) - ${FETCH_CMD} -o "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}" "http://code.100allora.it/pdfcube/attachment/wiki/WikiStart/${DISTNAME}${EXTRACT_SUFX}?format=raw" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |