diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-10 23:51:25 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-10 23:51:25 +0000 |
commit | 2a694accbd0e4eb58a3492fe786a3b844820e133 (patch) | |
tree | a146f1ed351303244fd9f4537ae94d534cacbfc6 /devel/libgnugetopt | |
parent | 7802bf8d4b791e042cbabe54dddd377ad6c0aea8 (diff) | |
download | ports-2a694accbd0e4eb58a3492fe786a3b844820e133.tar.gz ports-2a694accbd0e4eb58a3492fe786a3b844820e133.zip |
Notes
Diffstat (limited to 'devel/libgnugetopt')
-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 |