summaryrefslogtreecommitdiff
path: root/biology/molden/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-05-28 04:03:36 +0000
committerSteve Price <steve@FreeBSD.org>2000-05-28 04:03:36 +0000
commit8753dd350defd2caefb4cd3fa4a11d99c3df301e (patch)
tree27f8d22890c4344740f9234a421521b874dc8442 /biology/molden/Makefile
parentDon't try to install a manpage that doesn't exist. (diff)
Fix this port after the recent PORT{NAME,VERSION} changes. portlint(1)
while I'm here.
Notes
Notes: svn path=/head/; revision=28822
Diffstat (limited to 'biology/molden/Makefile')
-rw-r--r--biology/molden/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/biology/molden/Makefile b/biology/molden/Makefile
index ca5b0b9f7a75..0912935e7531 100644
--- a/biology/molden/Makefile
+++ b/biology/molden/Makefile
@@ -11,12 +11,14 @@ CATEGORIES= biology
MASTER_SITES= ftp://ftp.caos.kun.nl/pub/molgraph/molden/
MASTER_SITES+= ftp://ftp.caos.kun.nl/pub/molgraph/molden/bin/
DISTFILES= ${PORTNAME}${PORTVERSION}.tar.Z ${PORTNAME}${PORTVERSION}-freebsd
+EXTRACT_ONLY= molden3.4.tar.Z
MAINTAINER= rmiya@cc.hirosaki-u.ac.jp
-EXTRACT_ONLY= molden3.4.tar.Z
RESTRICTED= "free for academic, non profit usage; do not re-distribute source and executable"
+WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}
+
.if ${MACHINE_ARCH} == "alpha"
DONOTUSE_ORIGINALBINARY= yes
.endif
@@ -40,7 +42,7 @@ do-build:
.if defined(DONOTUSE_ORIGINALBINARY)
(cd ${WRKSRC};${MAKE})
.else
- ${CP} ${DISTDIR}/${DISTNAME}-freebsd ${WRKSRC}/molden
+ ${CP} ${DISTDIR}/${PORTNAME}${PORTVERSION}-freebsd ${WRKSRC}/molden
.endif
pre-install: