ports/101822: [MAINTAINER] audio/fapg: Respect DESTDIR, MAN1PREFIX

chinsan chinsan.tw at gmail.com
Fri Aug 11 14:50:16 UTC 2006


>Number:         101822
>Category:       ports
>Synopsis:       [MAINTAINER] audio/fapg: Respect DESTDIR, MAN1PREFIX
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 11 14:50:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Jul 17 09:30:36 CST 2006
>Description:
 - Respect DESTDIR, MAN1PREFIX

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- fapg-0.35.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/fapg/Makefile /usr/home/chinsan/project/fapg/Makefile
--- /usr/ports/audio/fapg/Makefile	Mon Jul  3 16:38:17 2006
+++ /usr/home/chinsan/project/fapg/Makefile	Fri Aug 11 22:21:52 2006
@@ -33,8 +33,8 @@
 	@cd ${WRKSRC} && ${MAKE} ${PORTNAME}
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/fapg.1 ${PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${TARGETDIR}/bin
+	${INSTALL_MAN} ${WRKSRC}/fapg.1 ${MAN1PREFIX}/man/man1
 
 post-install:
 .if !defined(NOPORTDOCS)
--- fapg-0.35.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list