diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-05-04 22:48:03 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-05-04 22:48:03 +0000 |
commit | 5ac18767d1594a7c77ba505b9672eb4e3b5284bc (patch) | |
tree | ab399d9912d8f00891d9d8508edf96aa3ef0bc0b /comms/ncid | |
parent | b3db8883de118166da92dad3b8b07b17378c911c (diff) | |
download | ports-5ac18767d1594a7c77ba505b9672eb4e3b5284bc.tar.gz ports-5ac18767d1594a7c77ba505b9672eb4e3b5284bc.zip |
Notes
Diffstat (limited to 'comms/ncid')
-rw-r--r-- | comms/ncid/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/comms/ncid/Makefile b/comms/ncid/Makefile index 367633203c0a..c83afc293008 100644 --- a/comms/ncid/Makefile +++ b/comms/ncid/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ncid -# Date created: 06 June 2005 -# Whom: David -# +# Created by: David # $FreeBSD$ -# PORTNAME= ncid PORTVERSION= 0.84 @@ -53,7 +49,7 @@ post-install: @cd ${WRKSRC};for i in server/*.alias scripts/*.conf;do\ ib=`basename $$i`;\ ${INSTALL_DATA} $$i ${ETCDIR}/$$ib.dist;\ - ${CP} -n ${ETCDIR}/$$ib.dist ${ETCDIR}/$$ib;\ + ${CP} -n ${ETCDIR}/$$ib.dist ${ETCDIR}/$$ib || ${TRUE} ;\ ${ECHO_CMD} "@unexec cd %D/${ETCDIR_REL}/;! cmp -s $$ib $$ib.dist||\ ${RM} -f $$ib">>${TMPPLIST};\ ${ECHO_CMD} "${ETCDIR_REL}/$$ib.dist">>${TMPPLIST};\ |