diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-01 09:53:39 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-01 09:53:39 +0000 |
commit | a1fe0b4710cf4cf6087280d217e186330854c131 (patch) | |
tree | 67d699b00bfe5cd97ecce8db9e226c260cd11f70 /x11/bgrot/Makefile | |
parent | 07ac5f1da5327c92ebda44c79ebafe39d89449a9 (diff) |
Notes
Diffstat (limited to 'x11/bgrot/Makefile')
-rw-r--r-- | x11/bgrot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/bgrot/Makefile b/x11/bgrot/Makefile index 9c886bc367a0..2d70a98607c9 100644 --- a/x11/bgrot/Makefile +++ b/x11/bgrot/Makefile @@ -21,6 +21,6 @@ MAN1= bgrot.1 MANCOMPRESSED= yes post-install: - @${INSTALL_DATA} ${WRKSRC}/bgrot.conf.skel ${PREFIX}/etc + @${CAT} pkg-message .include <bsd.port.mk> |