diff options
Diffstat (limited to 'comms/pilotmgr')
-rw-r--r-- | comms/pilotmgr/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/pilotmgr/Makefile b/comms/pilotmgr/Makefile index d4e66dbc72d..0f55953aed6 100644 --- a/comms/pilotmgr/Makefile +++ b/comms/pilotmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2007/03/08 19:43:10 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2007/03/08 19:43:45 wiz Exp $ DISTNAME= pilotmgr-1.109 CATEGORIES= comms @@ -27,10 +27,10 @@ PM_DOC_DIR= ${PREFIX}/share/doc/${DISTNAME:C/-.*$//} INSTALLATION_DIRS= bin post-extract: - @${RM} -f ${WRKSRC}/SyncCM.pm + ${RM} -f ${WRKSRC}/SyncCM.pm pre-install: - @${FIND} ${WRKSRC} -name '*.orig' -print | ${XARGS} ${RM} -f + ${FIND} ${WRKSRC} -name '*.orig' -print | ${XARGS} ${RM} -f do-install: ${INSTALL_DATA_DIR} ${PM_PERL_DIR} |