Date: Wed, 13 Mar 2013 05:05:05 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314027 - head/editors/leafpad Message-ID: <201303130505.r2D555CX079804@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Wed Mar 13 05:05:05 2013 New Revision: 314027 URL: http://svnweb.freebsd.org/changeset/ports/314027 Log: - adopt optionsNG for DOCS - trim historical header - shorten MASTER_SITES PR: 176470 Submitted by: jgh@ Approved by: wen@ (maintainer timeout, 14 days) Modified: head/editors/leafpad/Makefile Modified: head/editors/leafpad/Makefile ============================================================================== --- head/editors/leafpad/Makefile Wed Mar 13 05:02:11 2013 (r314026) +++ head/editors/leafpad/Makefile Wed Mar 13 05:05:05 2013 (r314027) @@ -1,15 +1,11 @@ -# New ports collection makefile for: leafpad -# Date created: 2004-10-18 -# Whom: Michael Johnson <ahze@ahze.net> -# +# Created by: Michael Johnson <ahze@ahze.net> # $FreeBSD$ -# PORTNAME= leafpad PORTVERSION= 0.8.18.1 PORTREVISION= 1 CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITES= SAVANNAH MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= wen@FreeBSD.org @@ -29,8 +25,10 @@ PORTDOCS= AUTHORS COPYING ChangeLog INST post-extract: @${CHMOD} a+x ${WRKSRC}/install-sh +.include <bsd.port.options.mk> + post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${INSTALL} -d ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303130505.r2D555CX079804>