diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-11-23 03:39:26 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-11-23 03:39:26 +0800 |
commit | 2fc4c43ca450a7e8f17164fb593314f8a8cb908f (patch) | |
tree | 5bf7927d794dd50052aa4354f2742ac092bdbc1b /graphics | |
parent | 07e3f316cdf7ba22f747ebece78ba5fed2e48f86 (diff) | |
download | freebsd-ports-gnome-2fc4c43ca450a7e8f17164fb593314f8a8cb908f.tar.gz freebsd-ports-gnome-2fc4c43ca450a7e8f17164fb593314f8a8cb908f.tar.zst freebsd-ports-gnome-2fc4c43ca450a7e8f17164fb593314f8a8cb908f.zip |
- cleanup manpage handling
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jasper/Makefile | 3 | ||||
-rw-r--r-- | graphics/jasper/files/patch-appl-Makefile.in | 11 |
2 files changed, 1 insertions, 13 deletions
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index 9dce359a379b..f745fa82d346 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -48,9 +48,8 @@ PLIST_SUB+= OPENGL="@comment " EXTRA_PATCHES+= ${FILESDIR}/uuid.patch .endif -post-install: - cd ${WRKSRC}/src/appl && ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} install-man .if ${PORT_OPTIONS:MDOCS} +post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}/ .endif diff --git a/graphics/jasper/files/patch-appl-Makefile.in b/graphics/jasper/files/patch-appl-Makefile.in deleted file mode 100644 index e5ef8cb38bb8..000000000000 --- a/graphics/jasper/files/patch-appl-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/appl/Makefile.in.orig Wed Feb 7 11:37:26 2007 -+++ src/appl/Makefile.in Wed Feb 7 11:37:36 2007 -@@ -599,7 +599,7 @@ - - info-am: - --install-data-am: install-man -+install-data-am: - - install-exec-am: install-binPROGRAMS - |