svn commit: r319443 - in head/devel/libshhopt: . files

Antoine Brodin antoine at FreeBSD.org
Thu May 30 18:09:53 UTC 2013


Author: antoine
Date: Thu May 30 18:09:52 2013
New Revision: 319443
URL: http://svnweb.freebsd.org/changeset/ports/319443

Log:
  - Unbreak on current
  - Trim  Makefile header
  
  Approved by:	miwi, eadler (mentors, implicit)

Modified:
  head/devel/libshhopt/Makefile
  head/devel/libshhopt/files/Makefile
  head/devel/libshhopt/files/Makefile.lib

Modified: head/devel/libshhopt/Makefile
==============================================================================
--- head/devel/libshhopt/Makefile	Thu May 30 18:05:23 2013	(r319442)
+++ head/devel/libshhopt/Makefile	Thu May 30 18:09:52 2013	(r319443)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for:	libshhopt
-# Date created:				11 April 1998
-# Whom:					Andrey Zakhvatov
-#
+# Created by: Andrey Zakhvatov
 # $FreeBSD$
-#
 
 PORTNAME=	libshhopt
 PORTVERSION=	1.1.7

Modified: head/devel/libshhopt/files/Makefile
==============================================================================
--- head/devel/libshhopt/files/Makefile	Thu May 30 18:05:23 2013	(r319442)
+++ head/devel/libshhopt/files/Makefile	Thu May 30 18:09:52 2013	(r319443)
@@ -3,7 +3,6 @@
 PREFIX	= /usr/local
 LIBDIR	= $(PREFIX)/lib
 INCSDIR	= $(PREFIX)/include
-INCDIR	= $(INCSDIR)		# for 4.x bsd.lib.mk
 
 example:
 	$(CC) -o example example.c -I$(INCDIR) -L$(LIBDIR) -lshhopt

Modified: head/devel/libshhopt/files/Makefile.lib
==============================================================================
--- head/devel/libshhopt/files/Makefile.lib	Thu May 30 18:05:23 2013	(r319442)
+++ head/devel/libshhopt/files/Makefile.lib	Thu May 30 18:09:52 2013	(r319443)
@@ -5,12 +5,11 @@ LIB=	shhopt
 LIBDIR=	${PREFIX}/lib
 SHLIB_MAJOR=	${SHLIB_VER}
 SHLIB_MINOR=	1
-NOPROFILE=	yes
-NOOBJ=	yes
+NO_PROFILE=	yes
+NO_OBJ=	yes
 
 INCS=	shhopt.h
 INCSDIR=${PREFIX}/include
-INCDIR=	${INCSDIR}		# for 4.x bsd.lib.mk
 
 SRCS=	shhopt.c
 


More information about the svn-ports-head mailing list