diff options
author | max <max@FreeBSD.org> | 1997-07-22 03:28:46 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-22 03:28:46 +0800 |
commit | bad42d5303320de2363ecd5f71710e52f9813173 (patch) | |
tree | 0932bd3ab5f14c4eea860787d31b178a3ece9ebe /misc | |
parent | e78fe142470b2d42049dd282a53e4868b4de17a9 (diff) | |
download | freebsd-ports-gnome-bad42d5303320de2363ecd5f71710e52f9813173.tar.gz freebsd-ports-gnome-bad42d5303320de2363ecd5f71710e52f9813173.tar.zst freebsd-ports-gnome-bad42d5303320de2363ecd5f71710e52f9813173.zip |
files/* -> ${FILESDIR}/*.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/estic/Makefile | 4 | ||||
-rw-r--r-- | misc/tkcron/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/estic/Makefile b/misc/estic/Makefile index fd6b80834088..eaa8d2fd282d 100644 --- a/misc/estic/Makefile +++ b/misc/estic/Makefile @@ -3,7 +3,7 @@ # Date created: 21 Sep 1996 # Whom: Julian Stacey <jhs@freebsd.org> # -# $Id: Makefile,v 1.2 1996/12/28 00:19:55 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1996/12/29 04:44:13 obrien Exp $ # DISTNAME= estic-1.40-sources @@ -57,7 +57,7 @@ do-install: @# files/README is not in nroff, but is a temporary document. @${MKDIR} ${PBX_ETC} ${PBX_VAR} ${INSTALL_DATA} ${ESTIC}/estic.ini ${PBX_ETC}/estic.ini.generic_example - ${INSTALL_DATA} files/estic.ini ${PBX_ETC}/estic.ini.freebsd_example + ${INSTALL_DATA} ${FILESDIR}/estic.ini ${PBX_ETC}/estic.ini.freebsd_example ${INSTALL_DATA} ${ESTIC}/alias.dat ${PBX_ETC}/aliases.example @# create config & debug so we can change mode to private @touch ${PBX_ETC}/config ${PBX_VAR}/debug diff --git a/misc/tkcron/Makefile b/misc/tkcron/Makefile index 3347f35a4c4d..235e975f39e2 100644 --- a/misc/tkcron/Makefile +++ b/misc/tkcron/Makefile @@ -3,7 +3,7 @@ # Date created: 30 July 1996 # Whom: Sander Vesik <sander@haldjas.folklore.ee> # -# $Id: Makefile,v 1.2 1996/11/30 09:00:18 asami Exp $ +# $Id: Makefile,v 1.3 1997/04/20 13:19:33 wosch Exp $ # DISTNAME= tkcron-2.12 @@ -22,6 +22,6 @@ EXTRACT_AFTER_ARGS= > tkcron.tcl NO_WRKSUBDIR= yes post-extract: - @${CP} files/Makefile ${WRKSRC} + @${CP} ${FILESDIR}/Makefile ${WRKSRC} .include <bsd.port.mk> |