diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 11:15:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 11:15:53 +0000 |
commit | b67bcd423b39aa9cae20f76a56a02c621aa3f295 (patch) | |
tree | f7359dd61a615ee63f07b752d7d286b4e4134527 /games/xevil | |
parent | 80e8e5525725f4d5d4b526dd3707f4e5fff1e84c (diff) | |
download | ports-b67bcd423b39aa9cae20f76a56a02c621aa3f295.tar.gz ports-b67bcd423b39aa9cae20f76a56a02c621aa3f295.zip |
Notes
Diffstat (limited to 'games/xevil')
-rw-r--r-- | games/xevil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xevil/Makefile b/games/xevil/Makefile index a71f643c6db1..73dcf15d0a5c 100644 --- a/games/xevil/Makefile +++ b/games/xevil/Makefile @@ -33,7 +33,7 @@ post-patch: 's|^static char|static const char|' do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/x11/${OPSYS:U}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/x11/${OPSYS:tu}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR}/instructions |