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/telbook/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'misc/telbook/Makefile') diff --git a/misc/telbook/Makefile b/misc/telbook/Makefile index c90d6dd5effe..66933c3d7da9 100644 --- a/misc/telbook/Makefile +++ b/misc/telbook/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: telbook -# Date created: 19 May 2003 -# Whom: Kirill Ponomarew -# +# Created by: Kirill Ponomarew # $FreeBSD$ PORTNAME= telbook @@ -21,9 +18,11 @@ USE_BZIP2= yes PORTDOCS= README PLIST_FILES= bin/telbook +.include + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/telbook ${PREFIX}/bin -.ifndef (NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -- cgit