Remove plist target, we have eqivalent make makeplist

Submitted by:	bapt
This commit is contained in:
Pawel Pekala 2016-01-16 17:36:06 +00:00
parent 50340a17af
commit 9ff32e184c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406250

View File

@ -57,7 +57,4 @@ post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
plist:
cd ${WRKSRC}/src && ${SH} plist.sh > ${PLIST}
.include <bsd.port.mk>