svn commit: r362140 - in head: devel/nasm irc/insub mail/squirrelmail mail/squirrelmail-translations
Adam Weinberger
adamw at FreeBSD.org
Thu Jul 17 12:26:22 UTC 2014
Author: adamw
Date: Thu Jul 17 12:26:20 2014
New Revision: 362140
URL: http://svnweb.freebsd.org/changeset/ports/362140
QAT: https://qat.redports.org/buildarchive/r362140/
Log:
Clean up Makefiles.
Modified:
head/devel/nasm/Makefile
head/irc/insub/Makefile
head/mail/squirrelmail-translations/Makefile
head/mail/squirrelmail/bsd.squirrelmail.mk
Modified: head/devel/nasm/Makefile
==============================================================================
--- head/devel/nasm/Makefile Thu Jul 17 12:21:35 2014 (r362139)
+++ head/devel/nasm/Makefile Thu Jul 17 12:26:20 2014 (r362140)
@@ -1,30 +1,31 @@
# Created by: Murray Stokely <murray at cdrom.com>
# $FreeBSD$
-PORTNAME= nasm
+PORTNAME= nasm
PORTVERSION= 2.11.05
-PORTEPOCH= 1
-CATEGORIES= devel lang
+PORTEPOCH= 1
+CATEGORIES= devel lang
MASTER_SITES= http://www.nasm.us/pub/nasm/releasebuilds/${PORTVERSION}/
-MAINTAINER= adamw at FreeBSD.org
-COMMENT= General-purpose multi-platform x86 and amd64 assembler
+MAINTAINER= adamw at FreeBSD.org
+COMMENT= General-purpose multi-platform x86 and amd64 assembler
-LICENSE= BSD2CLAUSE
+LICENSE= BSD2CLAUSE
GNU_CONFIGURE= yes
-USES= tar:xz gmake
-MAKE_ARGS+= INSTALLROOT=${STAGEDIR}
+USES= tar:xz gmake
+MAKE_ARGS+= INSTALLROOT=${STAGEDIR}
+INSTALL_TARGET= install #needed for RDOFF_INSTALL_TARGET
OPTIONS_DEFINE= RDOFF DOCS
OPTIONS_DEFAULT=RDOFF
OPTIONS_SUB= yes
RDOFF_DESC= Install tools to handle RDOFF object files
-RDOFF_INSTALL_TARGET= install install_rdf
+RDOFF_INSTALL_TARGET= install_rdf
DOCS_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-xdoc${EXTRACT_SUFX}
-PORTDOCS= *
+PORTDOCS= *
.include <bsd.port.options.mk>
Modified: head/irc/insub/Makefile
==============================================================================
--- head/irc/insub/Makefile Thu Jul 17 12:21:35 2014 (r362139)
+++ head/irc/insub/Makefile Thu Jul 17 12:26:20 2014 (r362140)
@@ -1,16 +1,16 @@
# Created by: Alfred Perlstein <alfred at FreeBSD.org>
# $FreeBSD$
-PORTNAME= insub
+PORTNAME= insub
PORTVERSION= 16.0
-CATEGORIES= irc
+CATEGORIES= irc
MASTER_SITES= http://github.com/cjones/${PORTNAME}/archive/${DISTNAME}.tar.gz?dummy=/
-MAINTAINER= adamw at FreeBSD.org
-COMMENT= Some scripts for expressing how you feel on IRC and the web
+MAINTAINER= adamw at FreeBSD.org
+COMMENT= Some scripts for expressing how you feel on IRC and the web
RUN_DEPENDS= cowsay:${PORTSDIR}/games/cowsay \
- figlet:${PORTSDIR}/misc/figlet
+ figlet:${PORTSDIR}/misc/figlet
USES= perl5
USE_PERL5= run
@@ -18,7 +18,7 @@ USE_PYTHON= 2.5+
OPTIONS_DEFINE= COWS
OPTIONS_DEFAULT=COWS
-COWS_DESC= Install a collection of cowsay(1) cows
+COWS_DESC= Install a collection of cowsay(1) cows
OPTIONS_SUB= yes
NO_BUILD= yes
Modified: head/mail/squirrelmail-translations/Makefile
==============================================================================
--- head/mail/squirrelmail-translations/Makefile Thu Jul 17 12:21:35 2014 (r362139)
+++ head/mail/squirrelmail-translations/Makefile Thu Jul 17 12:26:20 2014 (r362140)
@@ -1,28 +1,27 @@
# Created by: Adam Weinberger <adamw at FreeBSD.org>
# $FreeBSD$
-PORTNAME= squirrelmail-translations
+PORTNAME= squirrelmail-translations
PORTVERSION= 20140420
-CATEGORIES= mail www
+CATEGORIES= mail www
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= adamw/squirrelmail
-DISTNAME= squirrelmail-${PORTVERSION}_0200-SVN.locales
+DISTNAME= squirrelmail-${PORTVERSION}_0200-SVN.locales
DIST_SUBDIR= squirrelmail
-MAINTAINER= adamw at FreeBSD.org
-COMMENT= NLS translations for Squirrelmail (mail/squirrelmail)
+MAINTAINER= adamw at FreeBSD.org
+COMMENT= NLS translations for Squirrelmail (mail/squirrelmail)
-LICENSE= GPLv2
+LICENSE= GPLv2
RUN_DEPENDS= ${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail
-USES= tar:bzip2 gettext
-
-WRKSRC= ${WRKDIR}/squirrelmail.locales
+USES= tar:bzip2 gettext
+WRKSRC= ${WRKDIR}/squirrelmail.locales
# if you were using WITHOUT_WWWDIR, use SQUIRRELDIR=${PREFIX}/squirrelmail
SQUIRRELDIR?= ${PREFIX}/www/squirrelmail
-PLIST_SUB= SQUIRRELDIR="${SQUIRRELDIR:S,^${PREFIX}/,,}"
+PLIST_SUB= SQUIRRELDIR="${SQUIRRELDIR:S,^${PREFIX}/,,}"
do-build:
# The en_US help files are included with the main tarball
Modified: head/mail/squirrelmail/bsd.squirrelmail.mk
==============================================================================
--- head/mail/squirrelmail/bsd.squirrelmail.mk Thu Jul 17 12:21:35 2014 (r362139)
+++ head/mail/squirrelmail/bsd.squirrelmail.mk Thu Jul 17 12:26:20 2014 (r362140)
@@ -44,24 +44,24 @@ USES+= perl5
USE_PERL5+= install
.endif
-NO_BUILD= yes
+NO_BUILD= yes
NO_WRKSUBDIR= yes
-USE_PHP?= yes
+USE_PHP?= yes
WANT_PHP_WEB= yes
SQUIRREL_PLUGIN_NAME?= ${PORTNAME}
PLIST_SUB+= SQUIRREL_PLUGIN_NAME=${SQUIRREL_PLUGIN_NAME}
-SUB_LIST+= SQUIRREL_PLUGIN_NAME=${SQUIRREL_PLUGIN_NAME}
+SUB_LIST+= SQUIRREL_PLUGIN_NAME=${SQUIRREL_PLUGIN_NAME}
# As with mail/squirreldir, if you were using WITHOUT_WWWDIR=yes,
# set SQUIRRELDIR=${PREFIX}/squirrelmail
-SQUIRRELDIR?= ${PREFIX}/www/squirrelmail
-PLIST_SUB+= SQUIRRELDIR=${SQUIRRELDIR:S,${PREFIX}/,,}
-SUB_LIST+= SQUIRRELDIR=${SQUIRRELDIR}
+SQUIRRELDIR?= ${PREFIX}/www/squirrelmail
+PLIST_SUB+= SQUIRRELDIR=${SQUIRRELDIR:S,${PREFIX}/,,}
+SUB_LIST+= SQUIRRELDIR=${SQUIRRELDIR}
SQUIRREL_PLUGIN_CONFIG?= config.php
-PLIST_SUB+= SQUIRREL_PLUGIN_CONFIG=${SQUIRREL_PLUGIN_CONFIG}
-SUB_LIST+= SQUIRREL_PLUGIN_CONFIG=${SQUIRREL_PLUGIN_CONFIG}
+PLIST_SUB+= SQUIRREL_PLUGIN_CONFIG=${SQUIRREL_PLUGIN_CONFIG}
+SUB_LIST+= SQUIRREL_PLUGIN_CONFIG=${SQUIRREL_PLUGIN_CONFIG}
.if defined(USE_GENERIC_PKGMESSAGE)
# NOTE: we have to change FILESDIR to make this work...
More information about the svn-ports-head
mailing list