diff options
author | wiz <wiz> | 2007-03-08 19:43:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-03-08 19:43:45 +0000 |
commit | a8a5e8505fe1b4f131a15f1ad402af9c6bd31e23 (patch) | |
tree | 5b90e741a0503137576b401c550dbe4b165d4d68 /comms/pilotmgr | |
parent | 084d57e6ed98b065af3397a10821ccfe9724dcb7 (diff) | |
download | pkgsrc-a8a5e8505fe1b4f131a15f1ad402af9c6bd31e23.tar.gz |
Some pkglint cleanup.
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} |