diff options
Diffstat (limited to 'devel/libgnugetopt/Makefile')
-rw-r--r-- | devel/libgnugetopt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libgnugetopt/Makefile b/devel/libgnugetopt/Makefile index c13c5aa68c0d..1424c88682c7 100644 --- a/devel/libgnugetopt/Makefile +++ b/devel/libgnugetopt/Makefile @@ -23,6 +23,7 @@ INSTALLS_SHLIB= yes do-install: @ ${INSTALL_DATA} ${WRKSRC}/getopt.h ${PREFIX}/include + @ ${INSTALL_DATA} ${WRKSRC}/libgnugetopt.a ${PREFIX}/lib @ ${INSTALL_DATA} ${WRKSRC}/libgnugetopt.so.1 ${PREFIX}/lib @ ${LN} -s ${PREFIX}/lib/libgnugetopt.so.1 ${PREFIX}/lib/libgnugetopt.so |