diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-05-01 03:43:06 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-05-01 03:43:06 +0000 |
commit | 2e9441182b8660a1bb8e741434aca5aaf0648b8f (patch) | |
tree | 3b2c306fd4baf7b8be730b2e67fd3a26cbcf8a26 /misc | |
parent | Adding the ip-tun, jabber-transport, libetherx, and libjabber ports. (diff) |
Add missing MAN1.
Notes
Notes:
svn path=/head/; revision=28218
Diffstat (limited to 'misc')
-rw-r--r-- | misc/colortail/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile index 51e51a4a2443..22d6b4571656 100644 --- a/misc/colortail/Makefile +++ b/misc/colortail/Makefile @@ -16,6 +16,8 @@ MAINTAINER= cpiazza@FreeBSD.org GNU_CONFIGURE= YES +MAN1= colortail.1 + post-install: @ ${MKDIR} ${PREFIX}/share/colortail @ ${INSTALL_DATA} ${WRKSRC}/CONFIG ${PREFIX}/share/colortail/CONFIG.example |