diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-11 16:02:17 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-11 16:02:17 +0000 |
commit | e7c2f9df8df9ea3ef1ec76fc020dbbf6fa36e12a (patch) | |
tree | deb1d696c19db0513ed915215d6eec5128029968 | |
parent | e17a20be47123b8c0b3327d841316000476ba732 (diff) |
Notes
-rw-r--r-- | audio/fapg/Makefile | 4 |
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) |