diff options
Diffstat (limited to 'security/mypasswordsafe/Makefile')
-rw-r--r-- | security/mypasswordsafe/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/mypasswordsafe/Makefile b/security/mypasswordsafe/Makefile index 938d9ec0df79..bf53b52f5f5a 100644 --- a/security/mypasswordsafe/Makefile +++ b/security/mypasswordsafe/Makefile @@ -6,11 +6,10 @@ # PORTNAME= MyPasswordSafe -PORTVERSION= 20060326 +PORTVERSION= 20061216 CATEGORIES= security MASTER_SITES= http://www.semanticgap.com/myps/release/ -DISTNAME= ${PORTNAME}-${PORTVERSION}.src -EXTRACT_SUFX= .tgz +EXTRACT_SUFX= .src.tgz MAINTAINER= alepulver@FreeBSD.org COMMENT= Easy-to-use password manager compatible with Password Safe @@ -19,7 +18,6 @@ BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake USE_GMAKE= yes USE_KDELIBS_VER=3 -WRKSRC= ${WRKDIR}/${DISTNAME:S/.src//} MAKE_ENV= QTDIR="${QT_PREFIX}" \ QMAKESPEC="${LOCALBASE}/share/qt/mkspecs/freebsd-g++" |