diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-21 00:04:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-21 00:04:23 +0000 |
commit | e95de0d5d354c5bceafed95aa8897d3dcae6b7e4 (patch) | |
tree | ed574dbe183bb97ba5a67c83df910470af591033 | |
parent | 05d9c425a4b459e2933193847cec5335a86e85ea (diff) | |
download | ports-e95de0d5d354c5bceafed95aa8897d3dcae6b7e4.tar.gz ports-e95de0d5d354c5bceafed95aa8897d3dcae6b7e4.zip |
support stage
Notes
Notes:
svn path=/head/; revision=340503
-rw-r--r-- | devel/jep/Makefile | 5 | ||||
-rw-r--r-- | devel/jep/pkg-plist | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/devel/jep/Makefile b/devel/jep/Makefile index 0d4cfc507093..bca63081a383 100644 --- a/devel/jep/Makefile +++ b/devel/jep/Makefile @@ -22,10 +22,7 @@ USE_LDCONFIG= yes # LDFLAGS detection wrong LDFLAGS= -L${LOCALBASE}/lib -MAN1= jep.1 - -NO_STAGE= yes post-install: - ${INSTALL_DATA} ${WRKSRC}/jep.jar ${JAVAJARDIR}/ + ${INSTALL_DATA} ${WRKSRC}/jep.jar ${STAGEDIR}${JAVAJARDIR}/ .include <bsd.port.mk> diff --git a/devel/jep/pkg-plist b/devel/jep/pkg-plist index 6f20f8f281db..3764d5a8e6ae 100644 --- a/devel/jep/pkg-plist +++ b/devel/jep/pkg-plist @@ -1,6 +1,6 @@ -@comment $FreeBSD$ lib/libjep.a lib/libjep.la lib/libjep.so.2 lib/libjep.so +man/man1/jep.1.gz %%JAVAJARDIR%%/jep.jar |