diff options
author | wen <wen@FreeBSD.org> | 2010-05-28 16:59:56 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-05-28 16:59:56 +0800 |
commit | ee7103e1259241c85f7932bc2fb303c89e3c7c55 (patch) | |
tree | 13826d0fdbf3a655bfb968459121558c0e72f274 /emulators/dosbox/Makefile | |
parent | 45492fbd722a83e5d67f24bfe5eed65481e4de1a (diff) | |
download | freebsd-ports-gnome-ee7103e1259241c85f7932bc2fb303c89e3c7c55.tar.gz freebsd-ports-gnome-ee7103e1259241c85f7932bc2fb303c89e3c7c55.tar.zst freebsd-ports-gnome-ee7103e1259241c85f7932bc2fb303c89e3c7c55.zip |
- Update to 0.74
PR: ports/146529
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by: maintainer(timeout, > 15days)
Diffstat (limited to 'emulators/dosbox/Makefile')
-rw-r--r-- | emulators/dosbox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/dosbox/Makefile b/emulators/dosbox/Makefile index f9b99c0736f5..cb8521e13915 100644 --- a/emulators/dosbox/Makefile +++ b/emulators/dosbox/Makefile @@ -6,8 +6,7 @@ # PORTNAME= dosbox -PORTVERSION= 0.73 -PORTREVISION= 1 +PORTVERSION= 0.74 CATEGORIES= emulators MASTER_SITES= SF @@ -18,6 +17,8 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes USE_SDL= sdl net sound +PLIST_FILES= bin/dosbox +PORTDOCS= NEWS README MAN1= dosbox.1 PKGMESSAGE= ${WRKDIR}/pkg-message @@ -37,7 +38,6 @@ do-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR} .endif .include <bsd.port.mk> |