diff options
author | jeh <jeh@FreeBSD.org> | 2000-10-30 06:27:34 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-10-30 06:27:34 +0800 |
commit | f5695b0c87ad4db9f1a59e449d70c649e7953f90 (patch) | |
tree | 9896ddcf2bc0c7a823dc1bd7baa8b4856b9eccf9 /net/trafshow/Makefile | |
parent | dff74080d79fa397259a3ab0ab59db2b17b1b910 (diff) | |
download | freebsd-ports-gnome-f5695b0c87ad4db9f1a59e449d70c649e7953f90.tar.gz freebsd-ports-gnome-f5695b0c87ad4db9f1a59e449d70c649e7953f90.tar.zst freebsd-ports-gnome-f5695b0c87ad4db9f1a59e449d70c649e7953f90.zip |
Keep seperate ${PREFIX}/etc/trafshow and ${PREFIX}/etc/trafshow.dist files.
No response from the MAINTAINER in a month.
PR: 21288
Submitted by: James E. Housley <jim@thehousleys.net> (me)
Diffstat (limited to 'net/trafshow/Makefile')
-rw-r--r-- | net/trafshow/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile index e6fc8b78ad04..367e6dd24d34 100644 --- a/net/trafshow/Makefile +++ b/net/trafshow/Makefile @@ -31,6 +31,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/trafshow ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/trafshow.1 ${PREFIX}/man/man1 - ${INSTALL_DATA} ${WRKSRC}/.trafshow ${PREFIX}/etc/trafshow + ${INSTALL_DATA} ${WRKSRC}/.trafshow ${PREFIX}/etc/trafshow.dist + ${CP} ${PREFIX}/etc/trafshow.dist ${PREFIX}/etc/trafshow .include <bsd.port.post.mk> |