svn commit: r318987 - head/devel/libshhmsg

Baptiste Daroussin bapt at FreeBSD.org
Fri May 24 16:06:07 UTC 2013


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}


More information about the svn-ports-all mailing list