Some pkglint cleanup.
This commit is contained in:
parent
232fe1b5d3
commit
dbe499c1ff
1 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue