diff options
author | knu <knu@FreeBSD.org> | 2001-03-10 06:45:30 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-03-10 06:45:30 +0000 |
commit | 62d60aa54a7e6d054456c2c2adc7f80ac03583bd (patch) | |
tree | 5fe227308dedd28ffb90b2b83464970b3eee3a5c /textproc | |
parent | 77543d97934b676b7b57dafc297da7f6b9d4c0f0 (diff) | |
download | FreeBSD-ports-62d60aa54a7e6d054456c2c2adc7f80ac03583bd.zip FreeBSD-ports-62d60aa54a7e6d054456c2c2adc7f80ac03583bd.tar.gz |
Define INSTALLS_SHLIB properly. Hmm.. I thought I'd done that already..
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/expat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/expat/Makefile b/textproc/expat/Makefile index 0c09bae..8a08a58 100644 --- a/textproc/expat/Makefile +++ b/textproc/expat/Makefile @@ -17,6 +17,7 @@ SHLIB_MAJOR= 1 MAKEFILES= Makefile.lib Makefile.prog MAKE_ARGS= SHLIB_MAJOR="${SHLIB_MAJOR}" \ NOPROFILE=true +INSTALLS_SHLIB= yes PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" do-build: |