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 | dbe499c1ff31bd476c5efc3017e5b83ab810003e (patch) | |
tree | 5b90e741a0503137576b401c550dbe4b165d4d68 /comms/pilotmgr | |
parent | 232fe1b5d346aeb077ebb371694bf54f09bea4ab (diff) | |
download | pkgsrc-dbe499c1ff31bd476c5efc3017e5b83ab810003e.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} |