diff options
Diffstat (limited to 'science/gdis/Makefile')
-rw-r--r-- | science/gdis/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/science/gdis/Makefile b/science/gdis/Makefile index 69647a371242..047761af55c1 100644 --- a/science/gdis/Makefile +++ b/science/gdis/Makefile @@ -7,12 +7,11 @@ # PORTNAME= gdis -PORTVERSION= 0.81 -PORTREVISION= 2 +PORTVERSION= 0.84 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -EXTRACT_SUFX= .tgz +EXTRACT_SUFX= -source.tgz MAINTAINER= ports@FreeBSD.org COMMENT= Display and manipulation of isolated molecules and periodic systems @@ -25,6 +24,10 @@ USE_REINPLACE= yes CFLAGS+= -DINSTALL=\"\\\"${DATADIR}\\\"\" +PORTDOCS= CHANGELOG README TODO +PLIST_FILES= bin/gdis %%DATADIR%%/gdis.elements +PLIST_DIRS= %%DATADIR%% + post-patch: @${FIND} ${WRKSRC} -name "*.c" | ${XARGS} ${REINPLACE_CMD} -e \ 's|<sys/dir.h>|<dirent.h>|g ; \ |