diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-10 10:22:00 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-10 10:22:00 +0000 |
commit | ebe97a02a658b085227ec917951407f2215ee8d9 (patch) | |
tree | fa0be1321c9f2ffae95be4095eba6f4c040361f0 /astro/glunarclock/Makefile | |
parent | c23f97c83105dc6ab00488ed7624a5ba9230216f (diff) | |
download | ports-ebe97a02a658b085227ec917951407f2215ee8d9.tar.gz ports-ebe97a02a658b085227ec917951407f2215ee8d9.zip |
Notes
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 3615aa13e271..40b3b0b659a4 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 |