diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-23 01:04:58 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-23 01:04:58 +0000 |
commit | a3c10df0711f699e351b214b4fb0d036b8904688 (patch) | |
tree | c92a3cd9fbcd0d4f66d5db5f87622235e65b3a91 /textproc/linux-f10-aspell | |
parent | 9dc3ee9e2c432ee95030e4d26aaed0a2ba8456d0 (diff) | |
download | ports-a3c10df0711f699e351b214b4fb0d036b8904688.tar.gz ports-a3c10df0711f699e351b214b4fb0d036b8904688.zip |
Notes
Diffstat (limited to 'textproc/linux-f10-aspell')
-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 |