forked from Lainports/freebsd-ports
- Add LICENSE_FILE
- Switch to options helpers - Regenerate patches with `make makepatch`
This commit is contained in:
parent
5f6f80c8d4
commit
1d0fff7dfd
2 changed files with 4 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Enhanced version of UAE, the Amiga emulator
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
CONFLICTS= uae-[0-9]*
|
||||
|
||||
|
|
@ -38,6 +39,8 @@ post-patch:
|
|||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/uae ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/readdisk ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog README docs/bsdsocket.txt \
|
||||
docs/cmd-line.txt docs/compiling.txt docs/configuration.txt \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
--- src/dms/cdata.h.orig
|
||||
--- src/dms/cdata.h.orig 2004-05-19 01:22:12 UTC
|
||||
+++ src/dms/cdata.h
|
||||
@@ -31,7 +31,7 @@
|
||||
#define INLINE inline
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue