diff --git a/graphics/xglurbules/Makefile b/graphics/xglurbules/Makefile index 8c3f3de3fd1c..7f7719b0e8fb 100644 --- a/graphics/xglurbules/Makefile +++ b/graphics/xglurbules/Makefile @@ -10,14 +10,10 @@ MASTER_SITES= http://stephenroome.com/xglurbules/ MAINTAINER= steve@pepcross.com COMMENT= Burning particle system eye candy program thingy for X11 -MAN1= xglurbules.1 - USE_XORG= xt x11 sm ice xpm -MANCOMPRESSED= yes - PLIST_FILES= bin/xglurbules \ - bin/xglurbules-noshm + bin/xglurbules-noshm \ + man/man1/xglurbules.1.gz -NO_STAGE= yes .include diff --git a/graphics/xglurbules/files/patch-Makefile b/graphics/xglurbules/files/patch-Makefile new file mode 100644 index 000000000000..5d57207b5932 --- /dev/null +++ b/graphics/xglurbules/files/patch-Makefile @@ -0,0 +1,15 @@ +--- Makefile.orig 2014-06-16 23:02:51.808174124 +0800 ++++ Makefile 2014-06-16 23:03:13.422174462 +0800 +@@ -48,9 +48,9 @@ depend: + 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