diff options
| author | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-10 06:45:30 +0000 |
|---|---|---|
| committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-10 06:45:30 +0000 |
| commit | e40634b5a4a758bbc09bfcfd3f01d958005fbc3a (patch) | |
| tree | fdf5a8bb993ef6255d9a1215963a31e5ca1563c3 | |
| parent | Fix typo (INSTALLS_SHLIBS -> INSTALLS_SHLIB). (diff) | |
Define INSTALLS_SHLIB properly. Hmm.. I thought I'd done that already..
| -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 0c09baeeb325..8a08a581d749 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: |
