diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-08-16 15:00:01 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-08-16 15:00:01 +0000 |
commit | d7594420e8aaa71f7cdf07b25294457d26ce7a5b (patch) | |
tree | 117d6e2248f10cba659259eb5d22ee3c8acf202b /misc/kde3-i18n-ro/Makefile | |
parent | f502c4cb206ba12cdd288587a10319fa8d7f5839 (diff) | |
download | ports-d7594420e8aaa71f7cdf07b25294457d26ce7a5b.tar.gz ports-d7594420e8aaa71f7cdf07b25294457d26ce7a5b.zip |
Notes
Diffstat (limited to 'misc/kde3-i18n-ro/Makefile')
-rw-r--r-- | misc/kde3-i18n-ro/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/kde3-i18n-ro/Makefile b/misc/kde3-i18n-ro/Makefile index 71c90dabfb3a..cbcce4f3ed7e 100644 --- a/misc/kde3-i18n-ro/Makefile +++ b/misc/kde3-i18n-ro/Makefile @@ -6,10 +6,10 @@ # PORTNAME= kde-i18n -PORTVERSION= 2.1.1 +PORTVERSION= 2.2 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src MAINTAINER?= demon@FreeBSD.org @@ -25,6 +25,6 @@ PLIST= ${WRKDIR}/PLIST SCRIPTS_ENV+= PLIST=${PLIST} pre-configure: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure +# @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure .include <bsd.port.mk> |