summaryrefslogtreecommitdiff
path: root/ftp/omi/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-07-24 10:49:40 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-07-24 10:49:40 +0000
commit662ab93a72d1a81f3ff0690c3ae6036d0eec7eed (patch)
treebabe62b487bf732ca494083c4222d7cfc49ded50 /ftp/omi/Makefile
parentAdd --enable-nsl-fork (diff)
Install CHANGES file too, it contains useful info
Notes
Notes: svn path=/head/; revision=12095
Diffstat (limited to 'ftp/omi/Makefile')
-rw-r--r--ftp/omi/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/omi/Makefile b/ftp/omi/Makefile
index e20ea94ff108..3776a4a658c6 100644
--- a/ftp/omi/Makefile
+++ b/ftp/omi/Makefile
@@ -4,7 +4,7 @@
# Date created: 19 August 1995
# Whom: ache
#
-# $Id: Makefile,v 1.1.1.1 1998/03/08 04:46:18 ache Exp $
+# $Id: Makefile,v 1.2 1998/05/18 20:20:54 ache Exp $
#
DISTNAME= omi-alpha-8
@@ -20,6 +20,7 @@ do-install:
${INSTALL} -d -m 755 -o ${DOCOWN} -g ${DOCGRP} \
${PREFIX}/share/doc/omi
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/omi
+ ${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/omi
${INSTALL_DATA} ${WRKSRC}/BSD-COPYRIGHT ${PREFIX}/share/doc/omi
.include <bsd.port.mk>