Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2013 01:04:59 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316293 - head/textproc/linux-f10-aspell
Message-ID:  <201304230104.r3N14xCb081643@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Tue Apr 23 01:04:58 2013
New Revision: 316293
URL: http://svnweb.freebsd.org/changeset/ports/316293

Log:
  - Fix typo from r231438 causing warning during install
  - Trim header

Modified:
  head/textproc/linux-f10-aspell/Makefile

Modified: head/textproc/linux-f10-aspell/Makefile
==============================================================================
--- head/textproc/linux-f10-aspell/Makefile	Tue Apr 23 00:34:06 2013	(r316292)
+++ head/textproc/linux-f10-aspell/Makefile	Tue Apr 23 01:04:58 2013	(r316293)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	textproc/linux-f10-aspell
-# Date created:				2009-05-05
-# Whom:					bsam
-#
+# Created by: bsam
 # $FreeBSD$
-#
 
 PORTNAME=	aspell
 PORTVERSION=	0.60.6
@@ -21,7 +17,7 @@ ONLY_FOR_ARCHS=	i386 amd64
 USE_LINUX_RPM=	yes
 LINUX_DIST_VER=	10
 RPMVERSION=	3.fc10
-BRANDELF_DIRS==	usr/bin
+BRANDELF_DIRS=	usr/bin
 USE_LDCONFIG=	yes
 
 DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304230104.r3N14xCb081643>