diff --git a/graphics/xglurbules/Makefile b/graphics/xglurbules/Makefile index 8b5f90ec8773..d005e0e4ac80 100644 --- a/graphics/xglurbules/Makefile +++ b/graphics/xglurbules/Makefile @@ -1,18 +1,18 @@ PORTNAME= xglurbules PORTVERSION= 3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://stephenroome.com/xglurbules/ MAINTAINER= steve.roome@gmail.com COMMENT= Burning particle system eye candy program thingy for X11 WWW= http://stephenroome.com/xglurbules/ USES= xorg USE_XORG= xt x11 sm ice xpm PLIST_FILES= bin/xglurbules \ bin/xglurbules-noshm \ - man/man1/xglurbules.1.gz + share/man/man1/xglurbules.1.gz .include diff --git a/graphics/xglurbules/files/patch-Makefile b/graphics/xglurbules/files/patch-Makefile index 5d57207b5932..ccbeec9902aa 100644 --- a/graphics/xglurbules/files/patch-Makefile +++ b/graphics/xglurbules/files/patch-Makefile @@ -1,15 +1,24 @@ ---- Makefile.orig 2014-06-16 23:02:51.808174124 +0800 -+++ Makefile 2014-06-16 23:03:13.422174462 +0800 -@@ -48,9 +48,9 @@ depend: +--- Makefile.orig 2007-07-03 16:49:52 UTC ++++ Makefile +@@ -17,7 +17,7 @@ BIN_DIR=${PREFIX}/bin + .endif + + BIN_DIR=${PREFIX}/bin +-MAN_DIR=${PREFIX}/man/man1 ++MAN_DIR=${PREFIX}/share/man/man1 + + COMPRESS=/usr/bin/gzip + STRIP= /usr/bin/true +@@ -48,9 +48,9 @@ install: xglurbules xglurbules-noshm ${MAN_FILE} gcc -E -MM *.c > .depend install: xglurbules xglurbules-noshm ${MAN_FILE} - ${INSTALL} xglurbules ${BIN_DIR} - ${INSTALL} xglurbules-noshm ${BIN_DIR} - ${INSTALL} ${MAN_FILE} ${MAN_DIR} + ${INSTALL} xglurbules $(DESTDIR)${BIN_DIR} + ${INSTALL} xglurbules-noshm $(DESTDIR)${BIN_DIR} + ${INSTALL} ${MAN_FILE} $(DESTDIR)${MAN_DIR} xglurbules.1.gz: xglurbules.1 ${COMPRESS} xglurbules.1 -c > xglurbules.1.gz