svn commit: r473375 - head/cad/feappv

Rene Ladan rene at FreeBSD.org
Tue Jun 26 06:31:46 UTC 2018


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 at FreeBSD.org
 COMMENT=	Finite element analysis program (personal version)


More information about the svn-ports-all mailing list