summaryrefslogtreecommitdiff
path: root/emulators/prodosemu/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-08-23 08:43:39 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-08-23 08:43:39 +0000
commit376bedfc02040c681fb6f5fbdcf65ab4f37ff4c2 (patch)
tree7d496cf9d46ff7f3f1d4c933a3177525f3191a39 /emulators/prodosemu/Makefile
parent- Support LOCALBASE properly (diff)
- Remove obsolete site form MASTER_SITES
- Change location of data files from libdata/ to share/ PR: 20752 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=31893
Diffstat (limited to 'emulators/prodosemu/Makefile')
-rw-r--r--emulators/prodosemu/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/emulators/prodosemu/Makefile b/emulators/prodosemu/Makefile
index 12a576a54b00..7a564640d19e 100644
--- a/emulators/prodosemu/Makefile
+++ b/emulators/prodosemu/Makefile
@@ -8,18 +8,14 @@
PORTNAME= prodosemu
PORTVERSION= 0.1
CATEGORIES= emulators
-MASTER_SITES= ftp://ftp.apple.asimov.net/pub/apple_II/emulators/prodosemu/ \
- ftp://apple2.caltech.edu/pub/apple2/emulators/
+MASTER_SITES= ftp://apple2.caltech.edu/pub/apple2/emulators/
DISTNAME= ${PORTNAME}.v${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
NO_PACKAGE= yes
RESTRICTED= apple.rom copyright is owned by Apple and cannot be distributed.
-WRKSRC= ${WRKDIR}/prodosemu-v0.1
-
-post-patch:
- @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/*.c
+WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION}
post-install:
.if !defined(NOPORTDOCS)