diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-21 13:45:54 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-21 13:45:54 +0000 |
commit | 1d755096cb91d69d677205ed4f02e961e2144f63 (patch) | |
tree | 426c6cab9c45e36788102602c258217221075b9f /emulators/lib765 | |
parent | 63f138e43a4788ff564c546a6c5f022a10a42e26 (diff) | |
download | ports-1d755096cb91d69d677205ed4f02e961e2144f63.tar.gz ports-1d755096cb91d69d677205ed4f02e961e2144f63.zip |
Notes
Diffstat (limited to 'emulators/lib765')
-rw-r--r-- | emulators/lib765/Makefile | 6 | ||||
-rw-r--r-- | emulators/lib765/distinfo | 4 | ||||
-rw-r--r-- | emulators/lib765/pkg-plist | 3 |
3 files changed, 6 insertions, 7 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> diff --git a/emulators/lib765/distinfo b/emulators/lib765/distinfo index 919755815178..4a2f2632c181 100644 --- a/emulators/lib765/distinfo +++ b/emulators/lib765/distinfo @@ -1,2 +1,2 @@ -MD5 (lib765-0.3.1.1.tar.gz) = 1d44827dd9df69c60014c9ede0096182 -SIZE (lib765-0.3.1.1.tar.gz) = 138249 +MD5 (lib765-0.3.3.tar.gz) = 831929572120af53781322e0456c708b +SIZE (lib765-0.3.3.tar.gz) = 187828 diff --git a/emulators/lib765/pkg-plist b/emulators/lib765/pkg-plist index 2477962ea797..413e6a8ac18a 100644 --- a/emulators/lib765/pkg-plist +++ b/emulators/lib765/pkg-plist @@ -1,8 +1,9 @@ @comment $FreeBSD$ include/765.h lib/lib765.a +lib/lib765.la lib/lib765.so -lib/lib765.so.3 +lib/lib765.so.4 %%PORTDOCS%%%%DOCSDIR%%/765.txt %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%@dirrm %%DOCSDIR%% |