diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-25 00:06:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-25 00:06:06 +0800 |
commit | 5ab2b1008137df1fa1bb05d9cb08936d2cbab733 (patch) | |
tree | 356932043158a8a5d9992e3fe89982d5fd921d48 /devel | |
parent | a4765659bd1b6692b208195f96bce3b3d0b14518 (diff) | |
download | freebsd-ports-gnome-5ab2b1008137df1fa1bb05d9cb08936d2cbab733.tar.gz freebsd-ports-gnome-5ab2b1008137df1fa1bb05d9cb08936d2cbab733.tar.zst freebsd-ports-gnome-5ab2b1008137df1fa1bb05d9cb08936d2cbab733.zip |
Do not let system make.conf inpact the port's makefile
This fixes build on current
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libshhmsg/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/devel/libshhmsg/Makefile b/devel/libshhmsg/Makefile index 9f0979d48b5d..d2fc3c4aed73 100644 --- a/devel/libshhmsg/Makefile +++ b/devel/libshhmsg/Makefile @@ -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} |