diff options
author | jgh <jgh@FreeBSD.org> | 2012-02-15 04:20:52 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-02-15 04:20:52 +0800 |
commit | ab2685f5b96bdee6637818ea51e086c252f7b32b (patch) | |
tree | 9e1b5ac4d0106f5f0db0257081d17d2bc3e7143d /x11-wm | |
parent | 305b41f26da497132c4b4f192ff2759bb4ae6660 (diff) | |
download | freebsd-ports-gnome-ab2685f5b96bdee6637818ea51e086c252f7b32b.tar.gz freebsd-ports-gnome-ab2685f5b96bdee6637818ea51e086c252f7b32b.tar.zst freebsd-ports-gnome-ab2685f5b96bdee6637818ea51e086c252f7b32b.zip |
- Update to 6.0
PR: ports/165144
Submitted by: maintainer, schot at A-Eskwadraat.nl
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/dwm/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/dwm/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-wm/dwm/Makefile b/x11-wm/dwm/Makefile index e0d2152237c2..b7b44ab565d0 100644 --- a/x11-wm/dwm/Makefile +++ b/x11-wm/dwm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dwm -PORTVERSION= 5.9 +PORTVERSION= 6.0 CATEGORIES= x11-wm MASTER_SITES= http://dl.suckless.org/${PORTNAME}/ \ http://schot.a-eskwadraat.nl/files/ @@ -34,7 +34,7 @@ USE_XORG+= xinerama pre-everything:: @${ECHO_MSG} "You can build dwm with your own config.h using the DWM_CONF knob:" @${ECHO_MSG} "make DWM_CONF=/path/to/dwm/config.h install clean" - @${ECHO_MSG} "Note: Pre-5.6 config.h-files no longer work." + @${ECHO_MSG} "Note: Pre-6.0 config.h-files no longer work." post-extract: .if defined(DWM_CONF) @@ -56,7 +56,7 @@ post-install: .if !defined(NOPORTDOCS) @${ECHO_MSG} "installing additional documentation to ${DOCSDIR}" @${MKDIR} ${DOCSDIR} - @${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} diff --git a/x11-wm/dwm/distinfo b/x11-wm/dwm/distinfo index 49c8c1a4000f..2fc1f6f2254a 100644 --- a/x11-wm/dwm/distinfo +++ b/x11-wm/dwm/distinfo @@ -1,2 +1,2 @@ -SHA256 (dwm-5.9.tar.gz) = 2dcdd5a2a233c385ef776017263164a288886561b6bf4d6b984562f5f02fe232 -SIZE (dwm-5.9.tar.gz) = 20517 +SHA256 (dwm-6.0.tar.gz) = b2b9483de69259eeea56844899bb2385158d3e79a42d82b10c142099fc8eeb56 +SIZE (dwm-6.0.tar.gz) = 20810 |