aboutsummaryrefslogtreecommitdiff
path: root/editors/edith
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-18 07:38:34 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-18 07:38:34 +0000
commit182bdd076dc4354cac30a05396942880f0ef1966 (patch)
tree318383b586b04d6c844a5c28d31c84c1c9aa2c6c /editors/edith
parent3074c76d4e8f761674884dfa45841eedd01de4e2 (diff)
downloadports-182bdd076dc4354cac30a05396942880f0ef1966.tar.gz
ports-182bdd076dc4354cac30a05396942880f0ef1966.zip
Notes
Diffstat (limited to 'editors/edith')
-rw-r--r--editors/edith/Makefile17
-rw-r--r--editors/edith/pkg-plist1
2 files changed, 7 insertions, 11 deletions
diff --git a/editors/edith/Makefile b/editors/edith/Makefile
index 62481fd3bd4e..7dcd8a492049 100644
--- a/editors/edith/Makefile
+++ b/editors/edith/Makefile
@@ -19,22 +19,17 @@ USE_LINUX_APPS= xorglibs
RESTRICTED= Redistribution not allowed
NO_BUILD= yes
-MAN1= edith.1
-MANCOMPRESSED= no
-
WRKSRC= ${WRKDIR}/edith
EDITHDIR= ${PREFIX}/lib/edith
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/linux/edith ${PREFIX}/bin
- ${MKDIR} ${EDITHDIR}
- ${MKDIR} ${EDITHDIR}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/edi* ${EDITHDIR}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/linux/edith ${STAGEDIR}${PREFIX}/bin
+ @${MKDIR} ${STAGEDIR}${EDITHDIR}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/bin/edi* ${STAGEDIR}${EDITHDIR}/bin
.for i in defaults help
- ${MKDIR} ${EDITHDIR}/${i}
- ${INSTALL_DATA} ${WRKSRC}/${i}/* ${EDITHDIR}/${i}
+ @${MKDIR} ${STAGEDIR}${EDITHDIR}/${i}
+ ${INSTALL_DATA} ${WRKSRC}/${i}/* ${STAGEDIR}${EDITHDIR}/${i}
.endfor
- ${INSTALL_MAN} ${WRKSRC}/edith.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/edith.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>
diff --git a/editors/edith/pkg-plist b/editors/edith/pkg-plist
index 177b30323e49..baf7fefd7799 100644
--- a/editors/edith/pkg-plist
+++ b/editors/edith/pkg-plist
@@ -72,6 +72,7 @@ lib/edith/help/trouble.html
lib/edith/help/undoredo.html
lib/edith/help/welcome.html
lib/edith/help/windowsmenu.html
+man/man1/edith.1.gz
@dirrm lib/edith/bin
@dirrm lib/edith/defaults
@dirrm lib/edith/help