diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2007-07-02 21:05:24 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2007-07-02 21:05:24 +0000 |
commit | ddb3a0f6a2fea803f58f6942884ad7a9c9a2a795 (patch) | |
tree | 4fc07bfc2497bde8d23f3e4dc72fdc3474bb7925 /devel/bouml/Makefile | |
parent | bfd5c5d0cf1ecddbd1f2ec213b6261af0c5ad20e (diff) |
Notes
Diffstat (limited to 'devel/bouml/Makefile')
-rw-r--r-- | devel/bouml/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/bouml/Makefile b/devel/bouml/Makefile index 0410caa01be2..ad693119d352 100644 --- a/devel/bouml/Makefile +++ b/devel/bouml/Makefile @@ -6,11 +6,11 @@ # PORTNAME= bouml -DISTVERSION= 2.28a +PORTVERSION= 2.29 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= http://bouml.free.fr/ -DISTFILES= ${PORTNAME}_${DISTVERSION}${EXTRACT_SUFX} +DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}_${PORTREVISION} MAINTAINER= thierry@FreeBSD.org @@ -25,7 +25,7 @@ MAKE_ENV= QMAKESPEC="${LOCALBASE}/share/qt/mkspecs/freebsd-g++" \ QTDIR="${QTDIR}" INSTALLS_ICONS= yes -WRKSRC= ${WRKDIR}/${PORTNAME}_${DISTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S|^${PREFIX}/||} |