diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-10-14 20:39:42 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-10-14 20:39:42 +0000 |
commit | 5ff389cda5a06e581cc7c2fd9be067eec392904c (patch) | |
tree | 8746f93bbbd3bee38cdf3871c25ae6ee44ec1d01 /sysutils/file/Makefile | |
parent | 5fec40cf2a85a57998d880d5945ebfdaf30558b7 (diff) | |
download | ports-5ff389cda5a06e581cc7c2fd9be067eec392904c.tar.gz ports-5ff389cda5a06e581cc7c2fd9be067eec392904c.zip |
Notes
Diffstat (limited to 'sysutils/file/Makefile')
-rw-r--r-- | sysutils/file/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile index f5e58efa4285..92c360453f98 100644 --- a/sysutils/file/Makefile +++ b/sysutils/file/Makefile @@ -6,7 +6,7 @@ # PORTNAME= file -PORTVERSION= 4.02 +PORTVERSION= 4.04 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.astron.com/pub/file/ \ ftp://ftp.gw.com/mirrors/pub/unix/file/ \ @@ -22,6 +22,8 @@ MAN1= file.1 MAN3= libmagic.3 MAN5= magic.5 +INSTALLS_SHLIB= yes + # The rules below are required to suppress invocations of aclocal, automake, # autoconf and autoheader at `make build' and `make install'. |