diff options
author | alane <alane@FreeBSD.org> | 2003-02-07 12:50:53 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2003-02-07 12:50:53 +0800 |
commit | 4054b0bd26c7057b6dbf5c6e4a3cceba5ca98303 (patch) | |
tree | 8a3d329b271f21f433c38570f2f3a05b073fe11f /print | |
parent | e470299ce7c6e36ddc3b3b50be7f114741657920 (diff) | |
download | freebsd-ports-graphics-4054b0bd26c7057b6dbf5c6e4a3cceba5ca98303.tar.gz freebsd-ports-graphics-4054b0bd26c7057b6dbf5c6e4a3cceba5ca98303.tar.zst freebsd-ports-graphics-4054b0bd26c7057b6dbf5c6e4a3cceba5ca98303.zip |
insert missing INSTALLS_SHLIB
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index f8cab54c553..a0492240ff3 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -16,6 +16,8 @@ MASTER_SITES= ${CUPS_MASTER_SITES} MAINTAINER= alane@FreeBSD.org +INSTALLS_SHLIB= yes + pre-install: -@${ECHO_CMD} "===>" Stopping cupsd ... -killall cupsd || true |