aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-03-30 06:43:14 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-03-30 06:43:14 +0000
commit80f951969381c696263b861da9a5078aba717c68 (patch)
tree38bf816748d38663994f1dfbcf74a6f5be0121d9 /biology
parentf23d9fb35b124cc89961bd785ca2cadf3c76aa46 (diff)
downloadports-80f951969381c696263b861da9a5078aba717c68.tar.gz
ports-80f951969381c696263b861da9a5078aba717c68.zip
Update the biology/tinker Makefile so it builds on -current
PR: ports/50371 Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov>
Notes
Notes: svn path=/head/; revision=77737
Diffstat (limited to 'biology')
-rw-r--r--biology/tinker/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/biology/tinker/Makefile b/biology/tinker/Makefile
index 1d47724de65a..fe25635b5bca 100644
--- a/biology/tinker/Makefile
+++ b/biology/tinker/Makefile
@@ -30,6 +30,8 @@ pre-fetch:
@${ECHO_MSG} If you get a CHECKSUM mismatch, try doing a \'make distclean\' first.
@${ECHO_MSG} ""
+.include <bsd.port.pre.mk>
+
.if defined(WITH_VIEWER)
.if ${XFREE86_VERSION} == 3
BUILD_DEPENDS+= imake:${PORTSDIR}/devel/imake
@@ -48,6 +50,9 @@ pre-extract:
@${ECHO} ""
.endif
+post-extract:
+ ${CHMOD} -R u+w ${WRKDIR}/tinker
+
post-install:
@${MKDIR} ${PREFIX}/share/tinker
@${MKDIR} ${PREFIX}/share/tinker/params
@@ -134,4 +139,4 @@ ${PREFIX}/share/tinker/bench
@${ECHO} " **********************************************************"
@${ECHO} ""
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>