aboutsummaryrefslogtreecommitdiff
path: root/deskutils/tuxcards/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-07-10 07:04:35 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-07-10 07:04:35 +0000
commit37e7537ba96708b506c5ce434be47feeaa2a671f (patch)
tree0fd825b3adf601154a7c50e633226d3e2f689f6d /deskutils/tuxcards/Makefile
parent73afb1ec0f17fa2167e8b2185011d11ad7855f9e (diff)
downloadports-37e7537ba96708b506c5ce434be47feeaa2a671f.tar.gz
ports-37e7537ba96708b506c5ce434be47feeaa2a671f.zip
Notes
Diffstat (limited to 'deskutils/tuxcards/Makefile')
-rw-r--r--deskutils/tuxcards/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/deskutils/tuxcards/Makefile b/deskutils/tuxcards/Makefile
index 956b0d490ef2..271560301564 100644
--- a/deskutils/tuxcards/Makefile
+++ b/deskutils/tuxcards/Makefile
@@ -6,18 +6,16 @@
#
PORTNAME= tuxcards
-PORTVERSION= 1.0
+PORTVERSION= 1.1
CATEGORIES= deskutils
-MASTER_SITES= http://www.stud.uni-karlsruhe.de/~ut3c/
-DISTNAME= ${PORTNAME}-${PORTVERSION}
+MASTER_SITES= http://www.tifskom.de/tux/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for managing notes within a hierarchical tree
-QTDIR?= ${X11BASE}
USE_QT_VER= 3
USE_REINPLACE= yes
-MAKE_ENV= QTDIR="${QTDIR}"
+MAKE_ENV= QTDIR="${QT_PREFIX}"
post-patch:
@${REINPLACE_CMD} -e 's|warn_on|warn_on thread|g' ${WRKSRC}/tuxcards.pro
@@ -32,6 +30,5 @@ do-install:
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/en/*.* ${DOCSDIR}
.endif
- ${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>