diff options
Diffstat (limited to 'science/dcl/Makefile')
-rw-r--r-- | science/dcl/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/science/dcl/Makefile b/science/dcl/Makefile index 4b5d259504f5..bf0ca9575307 100644 --- a/science/dcl/Makefile +++ b/science/dcl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dcl -PORTVERSION= 5.3 +PORTVERSION= 5.3.1 CATEGORIES= science graphics MASTER_SITES= http://www.gfd-dennou.org/arch/dcl/ @@ -33,13 +33,6 @@ DEMORAKUDIR= color kihon layout map3d miss quick u2d uspack uxyz RESTRICTED= "No commercial use" -DCL_VERSION= ${PORTVERSION} -PLIST_SUB= DCL_VERSION=${DCL_VERSION} - -pre-build: - @cd ${WRKSRC} - @${REINPLACE_CMD} -e 's+dcldbase+dcldbase-${PORTVERSION}+' ${WRKSRC}/Mkinclude - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${EXAMPLESDIR} |