Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jun 2018 06:31:46 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473375 - head/cad/feappv
Message-ID:  <201806260631.w5Q6Vkr0011870@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Tue Jun 26 06:31:45 2018
New Revision: 473375
URL: https://svnweb.freebsd.org/changeset/ports/473375

Log:
  Simplify EXTRACT_ONLY
  
  Submitted by:	mat
  MFH:		2018Q2 (with r473335)

Modified:
  head/cad/feappv/Makefile

Modified: head/cad/feappv/Makefile
==============================================================================
--- head/cad/feappv/Makefile	Tue Jun 26 05:54:15 2018	(r473374)
+++ head/cad/feappv/Makefile	Tue Jun 26 06:31:45 2018	(r473375)
@@ -7,7 +7,7 @@ DISTVERSIONPREFIX=v
 CATEGORIES=	cad science
 MASTER_SITES=	http://projects.ce.berkeley.edu/feap/${PORTNAME}/:1
 DISTFILES=	${PORTDOCS}:1
-EXTRACT_ONLY=	${GH_ACCOUNT}-${PORTNAME}-${DISTVERSIONPREFIX}${PORTVERSION}_GH0${EXTRACT_SUFX}
+EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Finite element analysis program (personal version)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806260631.w5Q6Vkr0011870>