diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-12 01:16:15 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-12 01:16:15 +0000 |
commit | 0b906af593617f15b72b45ed6c1739ae73a58242 (patch) | |
tree | 9e611853f2a1c0a26220fe7ed618ef6790821401 /emulators/lib765 | |
parent | 778a60458a0c70bbb4c03a0c881446b7cb7d8ab0 (diff) | |
download | ports-0b906af593617f15b72b45ed6c1739ae73a58242.tar.gz ports-0b906af593617f15b72b45ed6c1739ae73a58242.zip |
Notes
Diffstat (limited to 'emulators/lib765')
-rw-r--r-- | emulators/lib765/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/lib765/Makefile b/emulators/lib765/Makefile index 0bbe31d49188..2543c0676d00 100644 --- a/emulators/lib765/Makefile +++ b/emulators/lib765/Makefile @@ -10,12 +10,12 @@ PORTVERSION= 0.3.4 CATEGORIES= emulators devel MASTER_SITES= http://www.seasip.demon.co.uk/Unix/LibDsk/ -MAINTAINER= kemm@in-line.ru +MAINTAINER= ports@FreeBSD.org COMMENT= Emulation of uPD765a Floppy Disc Controller USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .if !defined(NOPORTDOCS) post-install: |