diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
commit | c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2 (patch) | |
tree | 89e915a2bf8568be2efa2fe01c4b703bb95b0dd2 /audio/gsm/Makefile | |
parent | b2066c7c70a0ccedd6a3fda853744aec2281d951 (diff) | |
download | FreeBSD-ports-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.zip FreeBSD-ports-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.gz |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Diffstat (limited to 'audio/gsm/Makefile')
-rw-r--r-- | audio/gsm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/gsm/Makefile b/audio/gsm/Makefile index 0a5c6d7..7286cf3 100644 --- a/audio/gsm/Makefile +++ b/audio/gsm/Makefile @@ -13,11 +13,11 @@ MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/ MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/gsm-1.0-pl10 + +INSTALLS_SHLIBS= yes + MAN1= toast.1 MAN3= gsm.3 gsm_explode.3 gsm_option.3 gsm_print.3 MLINKS= toast.1 untoast.1 toast.1 tcat.1 -post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> |