aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--x11/bgrot/Makefile2
-rw-r--r--x11/bgrot/files/patch-Makefile21
-rw-r--r--x11/bgrot/pkg-message3
3 files changed, 25 insertions, 1 deletions
diff --git a/x11/bgrot/Makefile b/x11/bgrot/Makefile
index 9c886bc367a0..2d70a98607c9 100644
--- a/x11/bgrot/Makefile
+++ b/x11/bgrot/Makefile
@@ -21,6 +21,6 @@ MAN1= bgrot.1
MANCOMPRESSED= yes
post-install:
- @${INSTALL_DATA} ${WRKSRC}/bgrot.conf.skel ${PREFIX}/etc
+ @${CAT} pkg-message
.include <bsd.port.mk>
diff --git a/x11/bgrot/files/patch-Makefile b/x11/bgrot/files/patch-Makefile
new file mode 100644
index 000000000000..3571f5fc9ace
--- /dev/null
+++ b/x11/bgrot/files/patch-Makefile
@@ -0,0 +1,21 @@
+--- Makefile.old Sun Sep 22 19:03:43 2002
++++ Makefile Sun Sep 22 19:04:30 2002
+@@ -52,7 +52,7 @@
+ .endif
+ @echo Installing files...
+ -install -o ${BINOWN} -g ${BINGRP} -m ${FILEMODE} -c ${INSTALLFILES} ${BINDIR}
+- -install -o ${BINOWN} -g ${BINGRP} -m ${FILEMODE} -c bgrot.conf ${CONFDIR}
++ -install -o ${BINOWN} -g ${BINGRP} -m ${FILEMODE} -c bgrot.conf.skel ${CONFDIR}
+ @echo Compressing manpage...
+ @gzip -c bgrot.1 > bgrot.1.gz
+ @echo Installing manpage...
+@@ -88,7 +88,7 @@
+ rm -f ${BINDIR}/$${entry}; \
+ done
+ @echo Uninstalling configuration...
+- @rm -f ${CONFDIR}/bgrot.conf
++ @rm -f ${CONFDIR}/bgrot.conf.skel
+ @echo Uninstalling manpage...
+ @rm -f ${MANDIR}/man1/bgrot.1.gz
+ @echo Done.
+
diff --git a/x11/bgrot/pkg-message b/x11/bgrot/pkg-message
new file mode 100644
index 000000000000..7994647a3b61
--- /dev/null
+++ b/x11/bgrot/pkg-message
@@ -0,0 +1,3 @@
+***
+*** Please copy ${PREFIX}/etc/bgrot.conf.skel to ${PREFIX}/etc/bgrot.conf
+***
>Add VDPAU support.makc2011-01-165-7/+59 * Bump PORTREVISION for libdvdread dependantsmakc2010-09-151-0/+1 * Update to 1.1.19 [1]makc2010-08-193-49/+45 * Update ImageMagick to 6.6.2-10mm2010-07-251-2/+2 * - Update ffmpeg to 0.6mm2010-07-251-0/+1 * Update to 1.1.18.1makc2010-06-195-111/+43 * Take maintainershipmakc2010-06-191-1/+1 * Reset nobutaka@FreeBSD.org on certain ports at his request due tolinimon2010-06-181-1/+1 * Bump PORTREVISION for ports that depend on libogg, directly or indirectlynaddy2010-06-071-1/+1 * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1 * Chase audio/libmodplug updateehaupt2010-05-281-2/+2 * Chase audio/libmodplug update.ehaupt2010-04-241-1/+1 * - Chase wavpack's lib dumpsylvio2010-04-101-2/+2 * - Bump Magick++, MagickWand or MagickCore dependencymm2010-03-291-2/+2 * - update to 1.4.1dinoex2010-03-281-2/+2 * - update to jpeg-8dinoex2010-02-051-1/+1 * Update www.makc2010-01-281-1/+1 * Chase libcdio shared library version bumparved2009-11-281-2/+2 * Add WITH_FFMPEG knob to use external ffmpeg.nobutaka2009-09-232-2/+24 * - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-1/+1 * Bump PORTREVISION after libogg and libvorbisfile major version increment.naddy2009-07-071-0/+1 * Remove old patch that should be removed in previous commit.nobutaka2009-05-101-12/+0 * - Update to 1.1.16.3.nobutaka2009-05-103-21/+34 * Fix DivX/XviD support breakage.nobutaka2009-03-012-7/+8 * - Unbreak: needs perl to build, and fix plistpav2009-02-262-0/+3 * - Update to 1.1.16.2.nobutaka2009-02-227-30/+85 * - Update ImageMagick to 6.4.9.2mm2009-02-111-2/+2 * Replace libdvdread with the version maintained by the mplayer grouprnoland2009-02-091-2/+2 * Enable libxcb support by default since libX11 depends on libxcb unconditionally.nobutaka2009-01-252-12/+3 * - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-2/+2 * - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-2/+0 * Unbreak build of KDE4.nobutaka2008-10-252-0/+12 * Update to 1.1.15.nobutaka2008-10-192-5/+5 * - Update to 1.1.14. [1]nobutaka2008-07-123-21/+20 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 * Add WITH_XCB knob.nobutaka2008-05-182-0/+11 * Update to 1.1.12.nobutaka2008-04-224-7/+19 * Fix LIB_DEPENDS on ImageMagic after the last update.itetcu2008-04-211-1/+1 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-10/+8 * - chase the cdio shared lib bumpmich2008-04-081-2/+2 * Update to FLAC 1.2.1. This version includes two and a half yearsnaddy2008-04-081-1/+2 * Update to 1.1.11.nobutaka2008-03-234-12/+26 * - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-1/+1 * - Fix libxine.pc to fix configure error of ports that depends on libxine.nobutaka2008-02-032-0/+15 * Update to 1.1.10.nobutaka2008-01-292-4/+4 * Update to 1.1.9.1.nobutaka2008-01-205-19/+25 * Chase libtheora lib versionahze2007-10-101-2/+2 * Add WITH_WAVPACK knob for WavPack support.nobutaka2007-09-242-1/+12 * - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-1/+1 * - Chase increase of audio/libvorbis shlib version.miwi2007-07-281-1/+2 * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+1 * Change dependency on libcaca from BUILD_DEPENDS to LIB_DEPENDS.nobutaka2007-07-161-1/+1 * Update to 1.1.7.nobutaka2007-07-1510-347/+199 * - Fix build of XvMC plugin with new X.org, unmark BROKENpav2007-05-251-4/+5 * BROKEN: Incorrect pkg-plistkris2007-05-251-0/+2 * - Welcome X.org 7.2 \o/.flz2007-05-202-2/+8 * - Rename libdts to libdca and update to 0.0.5pav2007-05-021-2/+2 * Chase with the update of graphics/libcaca, bump the PORTREVISION on thesemezz2007-04-301-1/+1 * * LIB_DEPENDS changes (require libdvdread.so.5)koitsu2007-04-061-2/+2 * Chase the shared library version of speex, bump the PORTREVISION.mezz2007-02-241-2/+2 * Fix internal compiler error on amd64 and remove the workaround.nobutaka2007-02-192-4/+11 * - Don't install .a files.nobutaka2007-02-182-116/+14 * Add missing plist filejylefort2007-02-181-0/+1 * - Update to 1.1.4jylefort2007-02-153-118/+244 * - Remove support for xfree86-3pav2007-02-03