diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-05 13:56:24 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-05 13:56:24 +0000 |
commit | 598ef94fdb4d33b7caf8d72e2fa7c070d3af98f1 (patch) | |
tree | d2f15b65358537348cc99f613292d333cc6e6c7f /x11 | |
parent | e60bf522777c06c9a3b2067113c0801825784de6 (diff) | |
download | ports-598ef94fdb4d33b7caf8d72e2fa7c070d3af98f1.tar.gz ports-598ef94fdb4d33b7caf8d72e2fa7c070d3af98f1.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/9menu/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/9menu/Makefile b/x11/9menu/Makefile index b5e759fe0637..134026339413 100644 --- a/x11/9menu/Makefile +++ b/x11/9menu/Makefile @@ -22,12 +22,10 @@ MAKEFILE= Makefile.noimake ALL_TARGET= 9menu MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lX11" -PLIST_FILES= bin/9menu -MAN1= 9menu.1 +PLIST_FILES= bin/9menu man/man1/9menu.1.gz -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/9menu.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include <bsd.port.mk> |