diff options
author | alfred <alfred@FreeBSD.org> | 2004-07-06 09:30:22 +0800 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2004-07-06 09:30:22 +0800 |
commit | 58cd3f71f2ca5ef1fd6c000be98456fd5f076e01 (patch) | |
tree | de9dbf273b1652766488a415e1b9305de06277a1 /irc/insub | |
parent | 4fe2be3162e15d7e942985772eb444919973070d (diff) | |
download | freebsd-ports-gnome-58cd3f71f2ca5ef1fd6c000be98456fd5f076e01.tar.gz freebsd-ports-gnome-58cd3f71f2ca5ef1fd6c000be98456fd5f076e01.tar.zst freebsd-ports-gnome-58cd3f71f2ca5ef1fd6c000be98456fd5f076e01.zip |
portlint fixes
Diffstat (limited to 'irc/insub')
-rw-r--r-- | irc/insub/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/irc/insub/Makefile b/irc/insub/Makefile index 79450b02436a..afd83a766cfa 100644 --- a/irc/insub/Makefile +++ b/irc/insub/Makefile @@ -7,12 +7,12 @@ PORTNAME= insub PORTVERSION= 9.1 -PORTREVISION?= 0 -CATEGORIES?= irc +PORTREVISION= 0 +CATEGORIES= irc MASTER_SITES= http://gruntle.org/projects/irssi/insub/ -MAINTAINER?= alfred@FreeBSD.org -COMMENT?= Some scripts for expressing how you feel on irc and the web +MAINTAINER= alfred@FreeBSD.org +COMMENT= Some scripts for expressing how you feel on irc and the web NO_BUILD= YES @@ -43,5 +43,4 @@ do-install: esac \ done - .include <bsd.port.post.mk> |