diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-25 22:08:17 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-25 22:08:17 +0000 |
commit | e97ffcd6feb2bc4174d41f8fa8a1459fd13d5ae3 (patch) | |
tree | d48728728a67504bcdd16ef7858b7391d94ebeaa | |
parent | * Update to 1.3.1 (diff) |
Remove a COMMENT assignment that was left over from when we had pkg-comment
files. Now, COMMENT is assigned correctly for slave ports. This manifested
intself in a weird way in INDEX where the comment for the slave ports was
the path to a non-existent pkg-comment file.
Noticed by: INDEX on bento
Notes
Notes:
svn path=/head/; revision=99135
-rw-r--r-- | print/acroread5-commfont/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print/acroread5-commfont/Makefile b/print/acroread5-commfont/Makefile index cd3ed5902b46..6ba2f4983bb7 100644 --- a/print/acroread5-commfont/Makefile +++ b/print/acroread5-commfont/Makefile @@ -48,7 +48,6 @@ RUN_DEPENDS= acroread5:${PORTSDIR}/print/acroread5 .else ###### For slave ports ############################## ## Use a local directory of the slave port!! -COMMENT= ${.CURDIR}/pkg-comment DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist FILESDIR= ${.CURDIR}/files |