diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-09-14 17:33:31 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-09-14 17:33:31 +0000 |
commit | f2254cf0d8fd8191c20b0321c1a04cce47b73b18 (patch) | |
tree | 209a749846ff334228f40167c02fd4d14c0583a6 /emulators/xsystem35/Makefile | |
parent | 754c9bab120c3541145169661e435225411294d1 (diff) | |
download | ports-f2254cf0d8fd8191c20b0321c1a04cce47b73b18.tar.gz ports-f2254cf0d8fd8191c20b0321c1a04cce47b73b18.zip |
Notes
Diffstat (limited to 'emulators/xsystem35/Makefile')
-rw-r--r-- | emulators/xsystem35/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile index 6d9d74500a54..b248091f9c9f 100644 --- a/emulators/xsystem35/Makefile +++ b/emulators/xsystem35/Makefile @@ -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: |