diff options
| author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2001-03-22 15:54:46 +0000 |
|---|---|---|
| committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2001-03-22 15:54:46 +0000 |
| commit | 35332bed0d1a34d246088699c341f5691aec66af (patch) | |
| tree | 02a151e49b4e9ca994ce66e7bf2b1b9e2f29582b | |
| parent | 89b7e9d0861d3e59ebf32ff5cf41cf717459112a (diff) | |
Add INSTALLS_SHLIB line.
PR: 25994
Submitted by: maintainer
| -rw-r--r-- | x11-toolkits/gevas/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/gevas/Makefile b/x11-toolkits/gevas/Makefile index 61f4d132447e..43bb4d0d4d51 100644 --- a/x11-toolkits/gevas/Makefile +++ b/x11-toolkits/gevas/Makefile @@ -21,6 +21,7 @@ USE_AUTOMAKE= yes USE_LIBTOOL= yes USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME} +INSTALLS_SHLIB= yes post-extract: .for a in install-sh missing mkinstalldirs |
