diff options
author | antoine <antoine@FreeBSD.org> | 2015-06-03 15:26:47 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-06-03 15:26:47 +0800 |
commit | df9a84b7317a819928d356da6d68fc383dff5053 (patch) | |
tree | e7384fd861915029070a8f1d62f7b5010d6248ea /www | |
parent | 7f8c4a7d4b64003b171ba170e5255e6538cda449 (diff) | |
download | freebsd-ports-gnome-df9a84b7317a819928d356da6d68fc383dff5053.tar.gz freebsd-ports-gnome-df9a84b7317a819928d356da6d68fc383dff5053.tar.zst freebsd-ports-gnome-df9a84b7317a819928d356da6d68fc383dff5053.zip |
Backout r388283 and unbreak
Reported by: pkg-fallout
Pointy hat: sunpoet
Diffstat (limited to 'www')
-rw-r--r-- | www/iojs/Makefile | 1 | ||||
-rw-r--r-- | www/iojs/pkg-plist | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www/iojs/Makefile b/www/iojs/Makefile index 4c6771ab5a7c..b60d8cbdf461 100644 --- a/www/iojs/Makefile +++ b/www/iojs/Makefile @@ -52,5 +52,6 @@ post-patch: post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/iojs + ${CHMOD} ${MANMODE} ${STAGEDIR}${PREFIX}/man/man1/iojs.1 .include <bsd.port.mk> diff --git a/www/iojs/pkg-plist b/www/iojs/pkg-plist index 90324ea1a8d1..0c373a5c1fa5 100644 --- a/www/iojs/pkg-plist +++ b/www/iojs/pkg-plist @@ -123,5 +123,5 @@ include/node/v8-util.h include/node/v8-version.h include/node/v8.h include/node/v8config.h -@(,,444) man/man1/node.1.gz +man/man1/iojs.1.gz share/systemtap/tapset/node.stp |