From b188c769f2650f1a4c596b60d43f25ba20eed016 Mon Sep 17 00:00:00 2001 From: eadler Date: Mon, 25 Mar 2013 04:30:31 +0000 Subject: 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 --- misc/wmpal/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'misc/wmpal') diff --git a/misc/wmpal/Makefile b/misc/wmpal/Makefile index a60b23906ad6..1b2a47b94ddb 100644 --- a/misc/wmpal/Makefile +++ b/misc/wmpal/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmpal -# Date created: 20 April 2001 -# Whom: Maxim Sobolev -# +# Created by: Maxim Sobolev # $FreeBSD$ -# PORTNAME= wmpal PORTVERSION= 0.6.1 @@ -11,7 +7,7 @@ CATEGORIES= misc windowmaker MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A one of the most useless dockapps in the world +COMMENT= One of the most useless dockapps in the world USE_XORG= xpm GNU_CONFIGURE= yes @@ -21,11 +17,13 @@ LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= README PLIST_FILES= bin/wmpal +.include + post-patch: @${REINPLACE_CMD} -e 's|"dino"|"daemon"|g' ${WRKSRC}/wmpal.c post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -- cgit