aboutsummaryrefslogtreecommitdiff
path: root/devel/libgnugetopt/Makefile
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1999-05-07 06:14:17 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1999-05-07 06:14:17 +0000
commit7b478341cfe145a935f7fde60ca093bf7746e7ea (patch)
tree753d506276cba3dd8d803eaf1050ff1acbfb51bd /devel/libgnugetopt/Makefile
parentf0b3ca663a96aa7f1d5255173c0f13643a5f3a99 (diff)
downloadports-7b478341cfe145a935f7fde60ca093bf7746e7ea.tar.gz
ports-7b478341cfe145a935f7fde60ca093bf7746e7ea.zip
Notes
Diffstat (limited to 'devel/libgnugetopt/Makefile')
-rw-r--r--devel/libgnugetopt/Makefile10
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>