aboutsummaryrefslogtreecommitdiff
path: root/audio/fapg/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-11 16:02:17 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-11 16:02:17 +0000
commite7c2f9df8df9ea3ef1ec76fc020dbbf6fa36e12a (patch)
treedeb1d696c19db0513ed915215d6eec5128029968 /audio/fapg/Makefile
parente17a20be47123b8c0b3327d841316000476ba732 (diff)
downloadports-e7c2f9df8df9ea3ef1ec76fc020dbbf6fa36e12a.tar.gz
ports-e7c2f9df8df9ea3ef1ec76fc020dbbf6fa36e12a.zip
Notes
Diffstat (limited to 'audio/fapg/Makefile')
-rw-r--r--audio/fapg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/fapg/Makefile b/audio/fapg/Makefile
index 2b78f7b3ad40..9f77bd50e57d 100644
--- a/audio/fapg/Makefile
+++ b/audio/fapg/Makefile
@@ -33,8 +33,8 @@ do-build:
@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)