diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-28 11:03:48 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-28 11:03:48 +0000 |
commit | 7a731f94a4806703bfb05b4741482f7769b7d6a6 (patch) | |
tree | a6dd2b5385b4b57c7575172166c9c3918ba18401 /ftp/spegla | |
parent | e7bfc9f25f01a5c130edc63cdd3c268f6e454a23 (diff) | |
download | ports-7a731f94a4806703bfb05b4741482f7769b7d6a6.tar.gz ports-7a731f94a4806703bfb05b4741482f7769b7d6a6.zip |
Notes
Diffstat (limited to 'ftp/spegla')
-rw-r--r-- | ftp/spegla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/spegla/Makefile b/ftp/spegla/Makefile index 5569a8cd7b36..231376032729 100644 --- a/ftp/spegla/Makefile +++ b/ftp/spegla/Makefile @@ -32,6 +32,6 @@ pre-install: post-install: ${INSTALL_DATA} ${WRKSRC}/freebsd.org ${PREFIX}/share/examples/spegla ${INSTALL_DATA} ${WRKSRC}/spegla.conf ${PREFIX}/share/examples/spegla - ${INSTALL_SCRIPT} ${WRKSRC}/spegla.conf ${PREFIX}/share/examples/spegla + ${INSTALL_SCRIPT} ${WRKSRC}/spegla.sh ${PREFIX}/share/examples/spegla .include <bsd.port.mk> |