diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-05-01 11:43:06 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-05-01 11:43:06 +0800 |
commit | e1f34b5c052f889439d13b5d975ca908d883efad (patch) | |
tree | 5f9f88b79e479686b96c3b11048bdce638e3fa0d /misc | |
parent | 775f9d1cbae1fef703160c9ce3ab85448ca2649b (diff) | |
download | freebsd-ports-gnome-e1f34b5c052f889439d13b5d975ca908d883efad.tar.gz freebsd-ports-gnome-e1f34b5c052f889439d13b5d975ca908d883efad.tar.zst freebsd-ports-gnome-e1f34b5c052f889439d13b5d975ca908d883efad.zip |
Add missing MAN1.
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 |