diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-08 19:43:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-08 19:43:45 +0000 |
commit | 93294b627c79d4fcc01819b6581e8c0a0e320dfa (patch) | |
tree | 5b90e741a0503137576b401c550dbe4b165d4d68 /comms/pilotmgr/Makefile | |
parent | db41e157d4c33987e2a94af81e0d1cae7f4090d5 (diff) | |
download | pkgsrc-93294b627c79d4fcc01819b6581e8c0a0e320dfa.tar.gz |
Some pkglint cleanup.
Diffstat (limited to 'comms/pilotmgr/Makefile')
-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} |