diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-16 23:06:04 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-16 23:06:04 +0800 |
commit | 836f6cd3e33a99504e0e573ebe71ae6cc87357f9 (patch) | |
tree | e4e4a3fd1d9c0ee444e7af3a84fc245fd1b2b280 /graphics/xglurbules | |
parent | 8e7eb505eabb47d9194af7fb413a5a66e206b475 (diff) | |
download | freebsd-ports-gnome-836f6cd3e33a99504e0e573ebe71ae6cc87357f9.tar.gz freebsd-ports-gnome-836f6cd3e33a99504e0e573ebe71ae6cc87357f9.tar.zst freebsd-ports-gnome-836f6cd3e33a99504e0e573ebe71ae6cc87357f9.zip |
Stagify.
Approved by: portmgr@
Diffstat (limited to 'graphics/xglurbules')
-rw-r--r-- | graphics/xglurbules/Makefile | 8 | ||||
-rw-r--r-- | graphics/xglurbules/files/patch-Makefile | 15 |
2 files changed, 17 insertions, 6 deletions
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 <bsd.port.mk> 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 |