Use = instead of += for PLIST_FILES

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-01-02 10:15:16 +00:00
parent 8ba6ff03ea
commit fe71d0dca0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430343

View File

@ -22,6 +22,6 @@ NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES+= bin/pdf_callbacks bin/pdf_list_callbacks bin/pdf_object bin/pdf_text
PLIST_FILES= bin/pdf_callbacks bin/pdf_list_callbacks bin/pdf_object bin/pdf_text
.include <bsd.port.mk>