svn commit: r316293 - head/textproc/linux-f10-aspell
Bryan Drewery
bdrewery at FreeBSD.org
Tue Apr 23 01:04:59 UTC 2013
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
More information about the svn-ports-all
mailing list