diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-07-09 02:42:15 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-07-09 02:42:15 +0800 |
commit | 0c1de48bb71cc32a827a803661c1e9d966fb6ee7 (patch) | |
tree | 95c3e5e00266f9da92ed052b260dfa7698b52a62 /textproc | |
parent | 05b7730841bb587ab5c9917e614ad30e7e799469 (diff) | |
download | freebsd-ports-gnome-0c1de48bb71cc32a827a803661c1e9d966fb6ee7.tar.gz freebsd-ports-gnome-0c1de48bb71cc32a827a803661c1e9d966fb6ee7.tar.zst freebsd-ports-gnome-0c1de48bb71cc32a827a803661c1e9d966fb6ee7.zip |
- Convert USE_GMAKE to USES=gmake
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
It accidentally slipped in during the original introduction
- Trim header
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/htmlise/Makefile | 6 | ||||
-rw-r--r-- | textproc/uni2ascii/Makefile | 6 | ||||
-rw-r--r-- | textproc/xlreader/Makefile | 6 |
3 files changed, 3 insertions, 15 deletions
diff --git a/textproc/htmlise/Makefile b/textproc/htmlise/Makefile index 5adfc375caf9..575ba6e51e48 100644 --- a/textproc/htmlise/Makefile +++ b/textproc/htmlise/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: htmlise -# Date created: 2 Sep 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= htmlise PORTVERSION= 0.2 diff --git a/textproc/uni2ascii/Makefile b/textproc/uni2ascii/Makefile index 6bed97f529e9..0a7e19912903 100644 --- a/textproc/uni2ascii/Makefile +++ b/textproc/uni2ascii/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: uni2ascii -# Date created: 12 Sep 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= uni2ascii PORTVERSION= 4.18 diff --git a/textproc/xlreader/Makefile b/textproc/xlreader/Makefile index 5780a294a8bf..694b5717d7d0 100644 --- a/textproc/xlreader/Makefile +++ b/textproc/xlreader/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xlreader -# Date created: 25 Jun 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= xlreader PORTVERSION= 0.9.0 |