diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-04-23 09:04:58 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-04-23 09:04:58 +0800 |
commit | 455e0614cd29c9480b4008c2c9f95c7b9706ce4d (patch) | |
tree | c92a3cd9fbcd0d4f66d5db5f87622235e65b3a91 /textproc | |
parent | c2c620c87fc4c59f540f9f03a2e0f09367350fd9 (diff) | |
download | freebsd-ports-gnome-455e0614cd29c9480b4008c2c9f95c7b9706ce4d.tar.gz freebsd-ports-gnome-455e0614cd29c9480b4008c2c9f95c7b9706ce4d.tar.zst freebsd-ports-gnome-455e0614cd29c9480b4008c2c9f95c7b9706ce4d.zip |
- Fix typo from r231438 causing warning during install
- Trim header
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/linux-f10-aspell/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/linux-f10-aspell/Makefile b/textproc/linux-f10-aspell/Makefile index 71f2f876b715..4d437190c9ce 100644 --- a/textproc/linux-f10-aspell/Makefile +++ b/textproc/linux-f10-aspell/Makefile @@ -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 |