In the current state of the port Makefile and pkg-plist are not in sync. Makefile obeys NOPORTDOCS, but pkg-plist would enlist not installed files anyway breaking packaging when NOPORTDOCS is set. The following patch is syncing the pkg-plist with Makefile, also introduces DOCSDIR and EXAMPLESDIR to calm down portlint. And bumps port revision. How-To-Repeat: # cd /usr/ports/devel/sdl12 # make -DNOPORTDOCS package clean
State Changed From-To: open->closed Commited, thanks!