From owner-svn-ports-all@FreeBSD.ORG Thu May 30 18:09:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 194A310D; Thu, 30 May 2013 18:09:53 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0BA1DAB1; Thu, 30 May 2013 18:09:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4UI9qRV093655; Thu, 30 May 2013 18:09:52 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4UI9qdq093649; Thu, 30 May 2013 18:09:52 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201305301809.r4UI9qdq093649@svn.freebsd.org> From: Antoine Brodin Date: Thu, 30 May 2013 18:09:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319443 - in head/devel/libshhopt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 May 2013 18:09:53 -0000 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