From ca59c9d40381ac0bb2a37b0ba5181209039d79fe Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sun, 20 Oct 2013 01:51:02 -0500 Subject: [PATCH] Make portlint (somewhat) happy --- cdn/ports/devel/git+gitweb/Makefile | 11 ++++------- cdn/ports/misc-cdn/bash-config/Makefile | 5 ----- cdn/ports/misc-cdn/cdn-base/Makefile | 5 ----- cdn/ports/misc-cdn/crc32sum/Makefile | 5 ----- cdn/ports/misc-cdn/flag/Makefile | 5 ----- cdn/ports/misc-cdn/shlib/Makefile | 7 +------ 6 files changed, 5 insertions(+), 33 deletions(-) diff --git a/cdn/ports/devel/git+gitweb/Makefile b/cdn/ports/devel/git+gitweb/Makefile index 9278f6a..7cb6da2 100644 --- a/cdn/ports/devel/git+gitweb/Makefile +++ b/cdn/ports/devel/git+gitweb/Makefile @@ -1,11 +1,8 @@ -# Slave port for devel/git to enable gitweb and change the name -# # $FreeBSD$ -# -PKGNAMESUFFIX = +gitweb -MAINTAINER = cyberleo@cyberleo.net -MASTERDIR = ${.CURDIR}/../git -CONFLICTS = git-* +PKGNAMESUFFIX= +gitweb +MAINTAINER= cyberleo@cyberleo.net +MASTERDIR= ${.CURDIR}/../git +CONFLICTS= git-[0-9]* .include "${MASTERDIR}/Makefile" diff --git a/cdn/ports/misc-cdn/bash-config/Makefile b/cdn/ports/misc-cdn/bash-config/Makefile index c029a3a..358849e 100644 --- a/cdn/ports/misc-cdn/bash-config/Makefile +++ b/cdn/ports/misc-cdn/bash-config/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: bash-config -# Date created: 01 Jan 2011 -# Whom: CyberLeo -# # $FreeBSD$ -# PORTNAME= bash-config PORTVERSION= 1.0.9 diff --git a/cdn/ports/misc-cdn/cdn-base/Makefile b/cdn/ports/misc-cdn/cdn-base/Makefile index c98eb7f..2e1e071 100644 --- a/cdn/ports/misc-cdn/cdn-base/Makefile +++ b/cdn/ports/misc-cdn/cdn-base/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: cdn-base -# Date created: 25 Aug 2012 -# Whom: CyberLeo -# # $FreeBSD$ -# PORTNAME= cdn-base PORTVERSION= 1.0 diff --git a/cdn/ports/misc-cdn/crc32sum/Makefile b/cdn/ports/misc-cdn/crc32sum/Makefile index 828de56..0f48ea6 100644 --- a/cdn/ports/misc-cdn/crc32sum/Makefile +++ b/cdn/ports/misc-cdn/crc32sum/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: crc32sum -# Date created: 20 Feb 2010 -# Whom: CyberLeo -# # $FreeBSD$ -# PORTNAME= crc32sum PORTVERSION= 1.0.1 diff --git a/cdn/ports/misc-cdn/flag/Makefile b/cdn/ports/misc-cdn/flag/Makefile index 1b80890..73fb6ab 100644 --- a/cdn/ports/misc-cdn/flag/Makefile +++ b/cdn/ports/misc-cdn/flag/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: flag -# Date created: 20 February 2010 -# Whom: CyberLeo -# # $FreeBSD$ -# PORTNAME= shlib PORTVERSION= 1.0.4 @@ -38,7 +33,7 @@ PLIST_DIRS= lib/sh \ .include do-build: - $(MAKE) -C ${WRKSRC}/src/usec all install clean + ${MAKE} -C ${WRKSRC}/src/usec all install clean do-install: ( cd ${WRKSRC}/lib && ${COPYTREE_BIN} sh/ ${STAGEDIR}${PREFIX}/lib ) -- 2.45.0