diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-06-10 10:22:00 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-06-10 10:22:00 +0000 |
commit | ac59191edabde2e4ad7d59c3bda70094a51e52a1 (patch) | |
tree | 738292023c5c22ca86ee2d9f1b417d5e27ef07c1 /astro/glunarclock/Makefile | |
parent | 1fb8afa5dd49b80815c6e951fab4b4bdb37a4caf (diff) | |
download | FreeBSD-ports-ac59191edabde2e4ad7d59c3bda70094a51e52a1.zip FreeBSD-ports-ac59191edabde2e4ad7d59c3bda70094a51e52a1.tar.gz |
Update to 0.24.1.
Diffstat (limited to 'astro/glunarclock/Makefile')
-rw-r--r-- | astro/glunarclock/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/astro/glunarclock/Makefile b/astro/glunarclock/Makefile index 3615aa1..40b3b0b 100644 --- a/astro/glunarclock/Makefile +++ b/astro/glunarclock/Makefile @@ -6,22 +6,21 @@ # PORTNAME= glunarclock -PORTVERSION= 0.22.3 +PORTVERSION= 0.24.1 CATEGORIES= astro gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}_${PORTVERSION}-1 MAINTAINER= sobomax@FreeBSD.org -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOME= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +MAN1= glunarclock.1 + pre-configure: @${RM} -f ${WRKSRC}/config.cache |