diff options
author | knu <knu@FreeBSD.org> | 2000-07-19 23:34:23 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-07-19 23:34:23 +0800 |
commit | 34602bf39919f7ac7e8e5a19759915389a459f4b (patch) | |
tree | e187269a07bc9745907fed1d95c21ef8fad92ea6 /mail/icqmail | |
parent | 7444e9c0b2b1ac6fa3831be8414317fc27c11e52 (diff) | |
download | freebsd-ports-gnome-34602bf39919f7ac7e8e5a19759915389a459f4b.tar.gz freebsd-ports-gnome-34602bf39919f7ac7e8e5a19759915389a459f4b.tar.zst freebsd-ports-gnome-34602bf39919f7ac7e8e5a19759915389a459f4b.zip |
Add missing "MAN1= icqmail.1".
Submitted by: bento
Diffstat (limited to 'mail/icqmail')
-rw-r--r-- | mail/icqmail/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/icqmail/Makefile b/mail/icqmail/Makefile index 70b57004a69f..316f4b4c58f2 100644 --- a/mail/icqmail/Makefile +++ b/mail/icqmail/Makefile @@ -22,4 +22,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lguile -lqthreads" +MAN1= icqmail.1 + .include <bsd.port.mk> |