aboutsummaryrefslogtreecommitdiff
path: root/emulators/lib765
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-01-31 18:03:14 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-01-31 18:03:14 +0000
commit4f7e52d202ab0fd3aba428a07591656e6a3a5ce9 (patch)
treeba34c303fec6f81d7dc2a1cd755a56991ff8b53b /emulators/lib765
parenta8a3f6b1105db4913727519c23ffa4d40c161f65 (diff)
downloadports-4f7e52d202ab0fd3aba428a07591656e6a3a5ce9.tar.gz
ports-4f7e52d202ab0fd3aba428a07591656e6a3a5ce9.zip
Notes
Diffstat (limited to 'emulators/lib765')
-rw-r--r--emulators/lib765/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/lib765/Makefile b/emulators/lib765/Makefile
index de288ca9889d..856c4a28e51f 100644
--- a/emulators/lib765/Makefile
+++ b/emulators/lib765/Makefile
@@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Emulation of uPD765a Floppy Disc Controller
LICENSE= LGPL20
+LICENSE_FILE= ${WRKSRC}/doc/COPYING.LIB
USES= libtool
GNU_CONFIGURE= yes
@@ -25,8 +26,10 @@ LIBDSK_CONFIGURE_OFF= --without-libdsk
LIBDSK_LIB_DEPENDS= libdsk.so:${PORTSDIR}/emulators/libdsk
post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib765.so
+
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog doc/765.txt ${STAGEDIR}${DOCSDIR}
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib765.so
.include <bsd.port.mk>