aboutsummaryrefslogtreecommitdiffstats
path: root/cad/mars
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-10-27 16:12:45 +0800
committerobrien <obrien@FreeBSD.org>1999-10-27 16:12:45 +0800
commit100580235629b8eb8ec37aa76a6947234b4b9486 (patch)
tree4c137273e0f61a409843fb39ab4ecec3cee0a890 /cad/mars
parent0e06941497d4cc0e1221e81f3c0cc084f326a3e8 (diff)
downloadfreebsd-ports-gnome-100580235629b8eb8ec37aa76a6947234b4b9486.tar.gz
freebsd-ports-gnome-100580235629b8eb8ec37aa76a6947234b4b9486.tar.zst
freebsd-ports-gnome-100580235629b8eb8ec37aa76a6947234b4b9486.zip
Minor style change.
Diffstat (limited to 'cad/mars')
-rw-r--r--cad/mars/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/mars/Makefile b/cad/mars/Makefile
index 99ed5a1ef138..27764e7029f9 100644
--- a/cad/mars/Makefile
+++ b/cad/mars/Makefile
@@ -12,13 +12,13 @@ PKGNAME= mars-2.1
CATEGORIES= cad
MASTER_SITES= ftp://ftp.cs.umd.edu/pub/sdag/MaRS/
.if !defined(NOPORTDOCS)
-DISTFILES= MaRS-2.1.tar.gz MaRS-2-doc.tar.gz
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MaRS-2-doc${EXTRACT_SUFX}
.endif
MAINTAINER= obrien@FreeBSD.org
NO_WRKSUBDIR= yes
-EXTRACT_ONLY= ${DISTNAME}.tar.gz
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
.if defined(HAVE_MOTIF) && !defined(PACKAGE_BUILDING)
MAKEFILE= Makefile.XMotif
.elif defined(WITH_X) && (${WITH_X} == NO || ${WITH_X} == no)
@@ -37,7 +37,7 @@ do-install:
@${MKDIR} ${PREFIX}/share/doc/mars
@${CHMOD} a+rx ${PREFIX}/share/doc/mars
@(cd ${PREFIX}/share/doc ; \
- ${TAR} xfpz /${DISTDIR}/MaRS-2-doc.tar.gz ; \
+ ${TAR} xfpz /${DISTDIR}/MaRS-2-doc${EXTRACT_SUFX} ; \
[ -d mars ] && ${RM} -rf mars; \
${MV} doc mars )
.endif