diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-26 09:06:07 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-26 09:06:07 +0000 |
commit | 0577482d2bb2c74377e6d094b77ff6b90622812f (patch) | |
tree | 9e7257a99cf8f3a7bba8d2b3a8ceab9e9488762b /textproc/opensched | |
parent | 7474d767716b127e580ea714ae85ed1ee9333536 (diff) | |
download | ports-0577482d2bb2c74377e6d094b77ff6b90622812f.tar.gz ports-0577482d2bb2c74377e6d094b77ff6b90622812f.zip |
Notes
Diffstat (limited to 'textproc/opensched')
-rw-r--r-- | textproc/opensched/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/opensched/Makefile b/textproc/opensched/Makefile index 35f64748848e..877495aa874a 100644 --- a/textproc/opensched/Makefile +++ b/textproc/opensched/Makefile @@ -12,15 +12,15 @@ COMMENT= A project scheduler LICENSE= GPLv2 -USE_GMAKE= yes +USES= gmake + ALL_TARGET= build -MAN1= opensched.1 -PLIST_FILES= bin/opensched +PLIST_FILES= bin/opensched man/man1/opensched.1.gz -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/opensched ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/opensched.1 ${MANPREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/src/opensched ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/doc/opensched.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1 .include <bsd.port.mk> |