diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 20:13:11 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 20:13:11 +0000 |
commit | 38301e5da05baf0a33e8fa6fe439b1823f822daf (patch) | |
tree | 1b3c53cdbac9b9f39084c770a2efaa6e0fb4ddb9 /print/pdfcube | |
parent | cc737b267866eb83d26068e01c5a2a774a8034ab (diff) | |
download | ports-38301e5da05baf0a33e8fa6fe439b1823f822daf.tar.gz ports-38301e5da05baf0a33e8fa6fe439b1823f822daf.zip |
Notes
Diffstat (limited to 'print/pdfcube')
-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> |