Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2013 18:09:52 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319443 - in head/devel/libshhopt: . files
Message-ID:  <201305301809.r4UI9qdq093649@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305301809.r4UI9qdq093649>