summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ftp/spegla/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/spegla/Makefile b/ftp/spegla/Makefile
index dc46461ffc86..bffec0356007 100644
--- a/ftp/spegla/Makefile
+++ b/ftp/spegla/Makefile
@@ -4,7 +4,7 @@
# Date created: Sun Apr 19 16:17:25 PDT 1998
# Whom: Jordan Hubbard <jkh@FreeBSD.ORG>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/04/20 01:57:29 jkh Exp $
#
DISTNAME= spegla-0.93p2
@@ -16,7 +16,7 @@ MAINTAINER= jkh@FreeBSD.org
WRKSRC= ${WRKDIR}/spegla
post-install:
- @mkdir -p ${PREFIX}/share/examples/spegla
- ${INSTALL} -c -m 444 ${WRKSRC}/freebsd.org ${PREFIX}/share/examples/spegla
+ @${MKDIR} ${PREFIX}/share/examples/spegla
+ ${INSTALL_DATA} ${WRKSRC}/freebsd.org ${PREFIX}/share/examples/spegla
.include <bsd.port.mk>