diff options
-rw-r--r-- | devel/libgnugetopt/Makefile | 1 | ||||
-rw-r--r-- | devel/libgnugetopt/pkg-plist | 1 |
2 files changed, 2 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 diff --git a/devel/libgnugetopt/pkg-plist b/devel/libgnugetopt/pkg-plist index 2fe81b049e4e..3d3ee27a21ba 100644 --- a/devel/libgnugetopt/pkg-plist +++ b/devel/libgnugetopt/pkg-plist @@ -1,4 +1,5 @@ @comment $FreeBSD$ include/getopt.h +lib/libgnugetopt.a lib/libgnugetopt.so lib/libgnugetopt.so.1 |