diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-08-23 08:43:39 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-08-23 08:43:39 +0000 |
commit | 376bedfc02040c681fb6f5fbdcf65ab4f37ff4c2 (patch) | |
tree | 7d496cf9d46ff7f3f1d4c933a3177525f3191a39 /emulators/prodosemu/Makefile | |
parent | 80d3503afa6b88d7002d15e2efb56683cda68f91 (diff) | |
download | ports-376bedfc02040c681fb6f5fbdcf65ab4f37ff4c2.tar.gz ports-376bedfc02040c681fb6f5fbdcf65ab4f37ff4c2.zip |
Notes
Diffstat (limited to 'emulators/prodosemu/Makefile')
-rw-r--r-- | emulators/prodosemu/Makefile | 8 |
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) |