aboutsummaryrefslogtreecommitdiffstats
path: root/biology/molden
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2012-09-23 23:38:58 +0800
committerdanfe <danfe@FreeBSD.org>2012-09-23 23:38:58 +0800
commitca35a5a79e404e17cae16b46838c4d4a3e888888 (patch)
tree441f755c94b16f15c3b690400d7f7d6a298e453b /biology/molden
parent7a9b8744aa7c9dc2699ddd707d5773f382b01485 (diff)
downloadfreebsd-ports-gnome-ca35a5a79e404e17cae16b46838c4d4a3e888888.tar.gz
freebsd-ports-gnome-ca35a5a79e404e17cae16b46838c4d4a3e888888.tar.zst
freebsd-ports-gnome-ca35a5a79e404e17cae16b46838c4d4a3e888888.zip
- Adjust "Created by" tag to include more complete submitter's information
- Mute MKDIRs, remove trailing dot from RESTRICTED, drop leading indefinite article from COMMENT where appropriate
Diffstat (limited to 'biology/molden')
-rw-r--r--biology/molden/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/biology/molden/Makefile b/biology/molden/Makefile
index 6dfdc7c61a1a..61d7a5dd3baf 100644
--- a/biology/molden/Makefile
+++ b/biology/molden/Makefile
@@ -1,4 +1,4 @@
-# Whom: rmiya
+# Whom: Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp>
# $FreeBSD$
PORTNAME= molden
@@ -16,7 +16,7 @@ USE_XORG= x11 xmu
USE_GL= glut
USE_FORTRAN= yes
-RESTRICTED= free for academic, non profit usage; do not re-distribute source and executable.
+RESTRICTED= free for academic, non profit usage; do not re-distribute source and executable
MAKEFILE= ${WRKSRC}/makefile
.if !defined(NOPORTDOCS)
@@ -36,12 +36,11 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gmolden ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/surf/surf ${PREFIX}/bin
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
.endif
.if !defined(NOPORTDATA)
- ${MKDIR} ${DATADIR}/test
- ${MKDIR} ${DATADIR}/utils
+ @${MKDIR} ${DATADIR}/test ${DATADIR}/utils
${INSTALL_DATA} ${WRKSRC}/test/* ${DATADIR}/test
${INSTALL_DATA} ${WRKSRC}/utils/* ${DATADIR}/utils
.endif