aboutsummaryrefslogtreecommitdiff
path: root/misc/wmScoreBoard
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-25 04:30:31 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-03-25 04:30:31 +0000
commitfd37d8821fdc48edb0c489017447cb8ee865c5b9 (patch)
treee9502ec9d580c1cb296d2b6e887c07a0737f2b7c /misc/wmScoreBoard
parent48c429ec3a76441cc6a3dba681f911b9b7eccb7f (diff)
downloadports-fd37d8821fdc48edb0c489017447cb8ee865c5b9.tar.gz
ports-fd37d8821fdc48edb0c489017447cb8ee865c5b9.zip
Cleanup unmaintained ports in the misc category:
- Trim Header - Convert to OptionsNG - Prefer DISTNAME to DISTFILES - Reorder variables - Fix comments (don't include leading article) - @unexec rm must not cause failure - Tabs, not spaces - Single space for WWW - Pet portlint - etc. In a few cases the option DOCS was used to control installation into EXAMPLEDIR. I opted to keep the existing logic of the port in these cases. Reviewed by: koobs, ashish
Notes
Notes: svn path=/head/; revision=315192
Diffstat (limited to 'misc/wmScoreBoard')
-rw-r--r--misc/wmScoreBoard/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/misc/wmScoreBoard/Makefile b/misc/wmScoreBoard/Makefile
index 22c06c79386e..9e9431eb9dce 100644
--- a/misc/wmScoreBoard/Makefile
+++ b/misc/wmScoreBoard/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: wmScoreBoard
-# Date created: Sun Jun 24 17:08:15 EDT 2001
-# Whom: Patrick Li <pat@databits.net>
-#
+# Created by: Patrick Li <pat@databits.net>
# $FreeBSD$
-#
PORTNAME= wmScoreBoard
PORTVERSION= 0.30
@@ -21,8 +17,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
USE_GMAKE= yes
USE_XORG= xpm
+.include <bsd.port.options.mk>
+
post-install:
-.ifndef(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
.for docs in BUGS CHANGES HINTS README
@${INSTALL_DATA} ${WRKSRC}/../${docs} ${DOCSDIR}