Bug 62587 - [patch] unbreak packaging of devel/sdl12 with NOPORTDOCS
Summary: [patch] unbreak packaging of devel/sdl12 with NOPORTDOCS
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-09 14:10 UTC by Piotr Smyrak
Modified: 2004-03-07 23:53 UTC (History)
0 users

See Also:


Attachments
sdl12.patch (24.41 KB, patch)
2004-02-09 14:10 UTC, Piotr Smyrak
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Smyrak 2004-02-09 14:10:14 UTC
	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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2004-03-07 23:53:43 UTC
State Changed
From-To: open->closed

Commited, thanks!