diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-05-28 11:03:48 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-05-28 11:03:48 +0000 |
commit | 3c369e6eecdb514f08e2f13a945b77d6992025c2 (patch) | |
tree | 59ef8d37c2febc5ed7e18ade6f3191a8cf302b81 /ftp | |
parent | 5fec3edc3711d460a8264472fc2443ba41a78250 (diff) | |
download | FreeBSD-ports-3c369e6eecdb514f08e2f13a945b77d6992025c2.zip FreeBSD-ports-3c369e6eecdb514f08e2f13a945b77d6992025c2.tar.gz |
Complete incomplete fix in the previous delta.
Submitted by: bento
Diffstat (limited to 'ftp')
-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 5569a8c..2313760 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> |