ports/83855: Update port: emulators/prodosemu
KATO Tsuguru
tkato432 at yahoo.com
Thu Jul 21 14:10:30 UTC 2005
>Number: 83855
>Category: ports
>Synopsis: Update port: emulators/prodosemu
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Jul 21 14:10:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 4.11-RELEASE-p11 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Support PLIST_FILES/PLIST_DIRS
- Support DOCSDIR
Remove file
pkg-plist
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/emulators/prodosemu/Makefile emulators/prodosemu/Makefile
--- /usr/ports/emulators/prodosemu/Makefile Mon Jul 18 15:20:43 2005
+++ emulators/prodosemu/Makefile Thu Jul 21 20:54:22 2005
@@ -8,22 +8,27 @@
PORTNAME= prodosemu
PORTVERSION= 0.1
CATEGORIES= emulators
-MASTER_SITES= http://eachan.dorsai.org/~druid/apple2/ \
- ftp://apple2.caltech.edu/pub/apple2/emulators/
+MASTER_SITES= http://apple2.tffenterprises.com/apple2/emulators/ \
+ ftp://ftp.apple.asimov.net/pub/apple_II/emulators/prodosemu/
DISTNAME= ${PORTNAME}.v${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= A text based Apple IIe ProDOS emulator
-BROKEN= Unfetchable
-
RESTRICTED= apple.rom copyright is owned by Apple and cannot be distributed.
WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION}
+PLIST_FILES= bin/prodos share/apple2/prodos-2e.rom
+PLIST_DIRS= share/apple2
+
+.if !defined(NOPORTDOCS)
+PORTDOCS= README
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/prodosemu
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/prodosemu
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff -urN /usr/ports/emulators/prodosemu/pkg-plist emulators/prodosemu/pkg-plist
--- /usr/ports/emulators/prodosemu/pkg-plist Mon Dec 24 11:14:19 2001
+++ emulators/prodosemu/pkg-plist Thu Jan 1 09:00:00 1970
@@ -1,5 +0,0 @@
-bin/prodos
-share/apple2/prodos-2e.rom
-%%PORTDOCS%%share/doc/prodosemu/README
-%%PORTDOCS%%@dirrm share/doc/prodosemu
- at dirrm share/apple2
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list