Bug 111999 - [maintainer update] devel/mcpp: revising Makefile
Summary: [maintainer update] devel/mcpp: revising Makefile
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-22 10:00 UTC by Kiyoshi Matsui
Modified: 2007-04-28 11:10 UTC (History)
0 users

See Also:


Attachments
file.diff (636 bytes, patch)
2007-04-22 10:00 UTC, Kiyoshi Matsui
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kiyoshi Matsui 2007-04-22 10:00:11 UTC
Revised the install directory of the man page.
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2007-04-22 10:20:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

I'll take it.
Comment 2 Kiyoshi Matsui 2007-04-28 10:09:54 UTC
>Submitter-Id:	current-users
>Originator:	Kiyoshi Matsui
>Organization:	none
>Confidential:	no
>Synopsis:	Re: ports/111999: [maintainer update] devel/mcpp: revising Makefile again
>Severity:	non-critical
>Priority:	low
>Category:	ports
>Class:		maintainer-update
>Release:	FreeBSD 6.2-RELEASE i386
>Environment:	FreeBSD banten_bsd.private 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
I want to revise again the Makefile using ${MANPREFIX} as below:
(thanks to rafan).
This is a diff against the V.2.6.3, not against the 2.6.3_1.

Sorry for this late response, because I did not understood how to respond.

>How-To-Repeat:

>Fix:
diff -u mcpp/Makefile mcpp.new/Makefile
--- mcpp/Makefile	Mon Apr 16 03:59:37 2007
+++ mcpp.new/Makefile	Mon Apr 23 15:15:30 2007
@@ -7,6 +7,7 @@
 
 PORTNAME=	mcpp
 PORTVERSION=	2.6.3
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://prdownloads.sourceforge.net/mcpp/ \
 		http://jaist.dl.sourceforge.net/sourceforge/mcpp/
@@ -16,6 +17,7 @@
 
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
 MAN1=		mcpp.1
 
 PLIST_FILES=	bin/mcpp    \
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-04-28 11:07:56 UTC
rafan       2007-04-28 10:07:50 UTC

  FreeBSD ports repository

  Modified files:
    devel/mcpp           Makefile 
  Log:
  - Correct set mandir
  
  PR:             111999
  Submitted by:   Kiyoshi Matsui <kmatsui at t3.rim.or.jp> (maintainet)
  
  Revision  Changes    Path
  1.2       +1 -0      ports/devel/mcpp/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Rong-En Fan freebsd_committer freebsd_triage 2007-04-28 11:08:08 UTC
State Changed
From-To: open->closed

Committed. Thanks!