diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-28 20:52:44 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-28 20:52:44 +0000 |
commit | cdc0a86dc7dcca210e0a1bcc16a562381106c8c0 (patch) | |
tree | 191b40b511d011258551ad64083d6105bb878212 /biology | |
parent | ab3a8b41dc540c949abcf70f1ba8b3ea9e88c8ae (diff) | |
download | ports-cdc0a86dc7dcca210e0a1bcc16a562381106c8c0.tar.gz ports-cdc0a86dc7dcca210e0a1bcc16a562381106c8c0.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/gperiodic/Makefile | 9 | ||||
-rw-r--r-- | biology/gperiodic/distinfo | 2 |
2 files changed, 4 insertions, 7 deletions
diff --git a/biology/gperiodic/Makefile b/biology/gperiodic/Makefile index d1a351553970..d8238a788ad4 100644 --- a/biology/gperiodic/Makefile +++ b/biology/gperiodic/Makefile @@ -6,14 +6,12 @@ # PORTNAME= gperiodic -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.2 CATEGORIES= biology MASTER_SITES= ftp://ftp.seul.org/pub/gperiodic/ MAINTAINER= ports@FreeBSD.org -WRKSRC= ${WRKDIR}/${PORTNAME} - USE_X_PREFIX= yes USE_GTK= yes USE_GMAKE= yes @@ -24,15 +22,14 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= gperiodic.1 post-extract: - @${RM} -f ${WRKSRC}/config.cache @${LN} -sf Makefile.in.in ${WRKSRC}/po/Makefile.in post-install: ${INSTALL_MAN} ${WRKSRC}/man/gperiodic.1 ${MANPREFIX}/man/man1 .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/gperiodic + @${MKDIR} ${DOCSDIR} .for file in AUTHORS ChangeLog README - @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gperiodic + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif diff --git a/biology/gperiodic/distinfo b/biology/gperiodic/distinfo index 3c05d1f38e38..c69362fe4e6b 100644 --- a/biology/gperiodic/distinfo +++ b/biology/gperiodic/distinfo @@ -1 +1 @@ -MD5 (gperiodic-1.3.0.tar.gz) = 1c9be5977895c08f03147ab9e20d48f2 +MD5 (gperiodic-1.3.2.tar.gz) = 220a6acfe53d398afc2cff9e4d792987 |