diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-26 23:17:36 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-26 23:17:36 +0000 |
commit | 84e6bdef3c33551aba1f5cb621acda585e20e49d (patch) | |
tree | 2eaa8a60f6120511ed450ff06973556c0ba76701 /astro/ksetiwatch/Makefile | |
parent | 28108378467d945369a3b93f77f5d0fcdbdc6985 (diff) |
Notes
Diffstat (limited to 'astro/ksetiwatch/Makefile')
-rw-r--r-- | astro/ksetiwatch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/ksetiwatch/Makefile b/astro/ksetiwatch/Makefile index d67fbcab8bd7..933daa53328d 100644 --- a/astro/ksetiwatch/Makefile +++ b/astro/ksetiwatch/Makefile @@ -8,7 +8,7 @@ PORTNAME= ksetiwatch PORTVERSION= 2.5.0 CATEGORIES= astro kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ksetiwatch +MASTER_SITE_SUBDIR= ksetiwatch DISTNAME= ${PORTNAME}-${PORTVERSION}-1 MAINTAINER= sverrir@hem.passagen.se @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_KDELIBS_VER=3 USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} pre-configure: cd ${WRKSRC}; autoconf |