aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libgnugetopt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libgnugetopt/Makefile')
-rw-r--r--devel/libgnugetopt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libgnugetopt/Makefile b/devel/libgnugetopt/Makefile
index 8e41407a36ff..1e5831a45467 100644
--- a/devel/libgnugetopt/Makefile
+++ b/devel/libgnugetopt/Makefile
@@ -12,10 +12,11 @@ MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/
MAINTAINER= obrien@FreeBSD.org
+INSTALLS_SHLIBS= yes
+
do-install:
@ ${INSTALL_DATA} ${WRKSRC}/getopt.h ${PREFIX}/include
@ ${INSTALL_DATA} ${WRKSRC}/libgnugetopt.so.1 ${PREFIX}/lib
@ ${LN} -s ${PREFIX}/lib/libgnugetopt.so.1 ${PREFIX}/lib/libgnugetopt.so
- @ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>