Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2019 17:33:31 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512038 - head/emulators/xsystem35
Message-ID:  <201909141733.x8EHXVfp083399@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Sep 14 17:33:31 2019
New Revision: 512038
URL: https://svnweb.freebsd.org/changeset/ports/512038

Log:
  emulators/xsystem35: simplify WRKSRC handling

Modified:
  head/emulators/xsystem35/Makefile   (contents, props changed)

Modified: head/emulators/xsystem35/Makefile
==============================================================================
--- head/emulators/xsystem35/Makefile	Sat Sep 14 17:02:42 2019	(r512037)
+++ head/emulators/xsystem35/Makefile	Sat Sep 14 17:33:31 2019	(r512038)
@@ -6,7 +6,7 @@ DISTVERSION=	1.7.3-pre5
 PORTREVISION=	4
 CATEGORIES=	emulators games
 MASTER_SITES=	DEBIAN
-DISTNAME=	${PORTNAME}_${DISTVERSION}.orig
+DISTFILES=	${DISTNAME:S/-/_/}.orig${EXTRACT_SUFX}
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	AliceSoft System 3.5/3.6/3.8/3.9 on X Window System
@@ -44,7 +44,6 @@ INSTALL_TARGET=	install-strip
 
 SUB_FILES=	pkg-message
 
-WRKSRC=		${WRKDIR}/${DISTNAME:S/_/-/:S/.orig//}
 DOCSDIR=	${PREFIX}/share/doc/ja/${PORTNAME}
 
 post-patch:



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