Bug 69835 - [PATCH] devel/prcs does not correctly deinstall certain man pages
Summary: [PATCH] devel/prcs does not correctly deinstall certain man pages
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-07-31 01:50 UTC by ian_leroux
Modified: 2004-07-31 23:03 UTC (History)
0 users

See Also:


Attachments
file.diff (429 bytes, patch)
2004-07-31 01:50 UTC, ian_leroux
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ian_leroux 2004-07-31 01:50:07 UTC
	The newly comitted patch to devel/prcs that I submitted
	yesterday can install certain emacs support tools and their
	associated man-pages.  Unfortunately, the additional man-pages
	are not listed in the Makefile so they don't get deinstalled.
	I've appended the fix. My apologies.

How-To-Repeat: 	On a system where ${LOCALBASE}/bin/emacs exists,
cd /usr/ports/devel/prcs
make install
make deinstall
find / -name "prcs*1"
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-07-31 23:02:55 UTC
State Changed
From-To: open->closed

Committed, thanks!