diff options
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 |