diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-11-15 17:13:26 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-11-15 17:13:26 +0800 |
commit | f8108289f20b3bd509be77379138aeec96869eff (patch) | |
tree | 2dcf6945f49ea0903b128c48401e876eb94e7d01 /astro/glunarclock/Makefile | |
parent | a8237b68ea514f87ea7a9dfeafe3924656683b47 (diff) | |
download | freebsd-ports-gnome-f8108289f20b3bd509be77379138aeec96869eff.tar.gz freebsd-ports-gnome-f8108289f20b3bd509be77379138aeec96869eff.tar.zst freebsd-ports-gnome-f8108289f20b3bd509be77379138aeec96869eff.zip |
Update to 0.11.
Diffstat (limited to 'astro/glunarclock/Makefile')
-rw-r--r-- | astro/glunarclock/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/astro/glunarclock/Makefile b/astro/glunarclock/Makefile index a261e7b02b7a..1d1a289fb9a3 100644 --- a/astro/glunarclock/Makefile +++ b/astro/glunarclock/Makefile @@ -6,13 +6,16 @@ # PORTNAME= glunarclock -PORTVERSION= 0.1 -PORTREVISION= 1 +PORTVERSION= 0.11 CATEGORIES= astro gnome -MASTER_SITES= http://www.fortunecity.de/naturpark/bienen/99/download/ +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 @@ -21,7 +24,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' |