diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-26 02:44:20 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-26 02:44:20 +0800 |
commit | 58fe9c005f05308e85f884e87474145bc4c7de69 (patch) | |
tree | 206df2e78a00cc72ceac4dccbb0f55b66d1f174c /misc/compat4x | |
parent | 4028292fd7f17d18022efe1c59c65ebbaf8b6e52 (diff) | |
download | freebsd-ports-gnome-58fe9c005f05308e85f884e87474145bc4c7de69.tar.gz freebsd-ports-gnome-58fe9c005f05308e85f884e87474145bc4c7de69.tar.zst freebsd-ports-gnome-58fe9c005f05308e85f884e87474145bc4c7de69.zip |
Cleanup unmaintained ports in the misc category:
- Single space for WWW in pkg-descr
- Ordering if of items in Makefile
- Trim headers
- Comment should not begin with leading article
- Pet portlint
Diffstat (limited to 'misc/compat4x')
-rw-r--r-- | misc/compat4x/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/compat4x/Makefile b/misc/compat4x/Makefile index 1dcafed20930..f374d970f9c7 100644 --- a/misc/compat4x/Makefile +++ b/misc/compat4x/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: compat4x libraries -# Date created: 01 Aug 2001 -# Whom: Scot W. Hetzel -# +# Created by: Scot W. Hetzel # $FreeBSD$ -# PORTNAME= compat4x PORTVERSION= ${COMPAT4X_PORTVERSION} @@ -16,7 +12,7 @@ DISTFILES= ${COMPAT4X_DISTFILES} DIST_SUBDIR= ${COMPAT4X_ARCH}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A convenience package to install the compat4x libraries +COMMENT= Convenience package to install the compat4x libraries RUN_DEPENDS= ${LOCALBASE}/share/compat/locale/UTF-8/LC_CTYPE:${PORTSDIR}/misc/localedata |