Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2013 16:06:06 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318987 - head/devel/libshhmsg
Message-ID:  <201305241606.r4OG6663083644@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri May 24 16:06:06 2013
New Revision: 318987
URL: http://svnweb.freebsd.org/changeset/ports/318987

Log:
  Do not let system make.conf inpact the port's makefile
  This fixes build on current

Modified:
  head/devel/libshhmsg/Makefile

Modified: head/devel/libshhmsg/Makefile
==============================================================================
--- head/devel/libshhmsg/Makefile	Fri May 24 15:53:54 2013	(r318986)
+++ head/devel/libshhmsg/Makefile	Fri May 24 16:06:06 2013	(r318987)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for:	libshhmsg
-# Date created:				1 May 1998
-# Whom:					Andrey Zakhvatov
-#
+# Created by: Andrey Zakhvatov
 # $FreeBSD$
-#
 
 PORTNAME=	libshhmsg
 PORTVERSION=	1.4.1
@@ -17,9 +12,12 @@ COMMENT=	Library for displaying messages
 
 MAKEFILE=	${FILESDIR}/Makefile.lib
 USE_LDCONFIG=	yes
+MAKE_ENV=	WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null
+
+.include <bsd.port.options.mk
 
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 .for file in CREDITS README shhmsg.txt
 	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}



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