diff options
Diffstat (limited to 'devel/libgnugetopt/Makefile')
-rw-r--r-- | devel/libgnugetopt/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/libgnugetopt/Makefile b/devel/libgnugetopt/Makefile index 52fb06507bb4..a6b01453cf78 100644 --- a/devel/libgnugetopt/Makefile +++ b/devel/libgnugetopt/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: libgnugetopt -# Version required: 1.0 +# Version required: 1.1 # Date created: 2 May 1999 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/03 03:20:32 steve Exp $ # -DISTNAME= libgnugetopt-1.0 +DISTNAME= libgnugetopt-1.1 CATEGORIES= devel MASTER_SITES= http://www.geocities.com/SiliconValley/Code/3502/ @@ -14,6 +14,8 @@ MAINTAINER= andy@icc.surw.chel.su 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 + @ ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> |