diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
commit | d9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch) | |
tree | 7188beb34e0a3adac815c9497c615b1b78eb4454 /textproc/rot | |
parent | e90c5ac85e1589656db313625839221c0668d513 (diff) |
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Notes
Notes:
svn path=/head/; revision=69612
Diffstat (limited to 'textproc/rot')
-rw-r--r-- | textproc/rot/Makefile | 2 | ||||
-rw-r--r-- | textproc/rot/pkg-comment | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/textproc/rot/Makefile b/textproc/rot/Makefile index dea30e7398b6..d2170bb5a73a 100644 --- a/textproc/rot/Makefile +++ b/textproc/rot/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Rotates a file so that lines become columns and vice versa + ALL_TARGET= ${PORTNAME} MAN1= rot.1 diff --git a/textproc/rot/pkg-comment b/textproc/rot/pkg-comment deleted file mode 100644 index 51349f4d826c..000000000000 --- a/textproc/rot/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Rotates a file so that lines become columns and vice versa |