diff options
Diffstat (limited to 'emulators/lib765/Makefile')
-rw-r--r-- | emulators/lib765/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/lib765/Makefile b/emulators/lib765/Makefile index 3d81e5a9d3d8..28d808a44fb6 100644 --- a/emulators/lib765/Makefile +++ b/emulators/lib765/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lib765 -PORTVERSION= 0.3.1.1 +PORTVERSION= 0.3.3 CATEGORIES= emulators devel MASTER_SITES= http://www.seasip.demon.co.uk/Unix/LibDsk/ @@ -16,12 +16,10 @@ COMMENT= Emulation of uPD765a Floppy Disc Controller USE_INC_LIBTOOL_VER=13 INSTALLS_SHLIB= yes -DOCS= ChangeLog doc/765.txt - .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog doc/765.txt ${DOCSDIR} .endif .include <bsd.port.mk> |