1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Remove duplicate PLIST_FILES

This commit is contained in:
Eitan Adler 2013-09-26 03:18:22 +00:00
parent 0e75ff6677
commit 44bb21c6b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328332

View File

@ -18,6 +18,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
INFO= bogosort
PLIST_FILES= bin/bogosort man/man1/bogosort.1.gz man/man1/bogosort.1.gz
PLIST_FILES= bin/bogosort man/man1/bogosort.1.gz
.include <bsd.port.mk>