svn commit: r512038 - head/emulators/xsystem35

Jan Beich jbeich at FreeBSD.org
Sat Sep 14 17:33:31 UTC 2019


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 at 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:


More information about the svn-ports-all mailing list