View | Details | Raw Unified | Return to bug 66920
Collapse All | Expand All

(-)/usr/ports/x11-wm/skippy/Makefile (-2 / +12 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	skippy
8
PORTNAME=	skippy
9
PORTVERSION=	0.4.1
9
PORTVERSION=	0.5.0
10
CATEGORIES=	x11-wm
10
CATEGORIES=	x11-wm
11
MASTER_SITES=	http://thegraveyard.org/files/
11
MASTER_SITES=	http://thegraveyard.org/files/
12
12
Lines 20-33 Link Here
20
USE_BZIP2=	yes
20
USE_BZIP2=	yes
21
USE_GNOME=	pkgconfig
21
USE_GNOME=	pkgconfig
22
USE_REINPLACE=	yes
22
USE_REINPLACE=	yes
23
PLIST_FILES=	bin/skippy
23
PLIST_FILES=	bin/skippy \
24
		%%DATADIR%%/skippyrc-default
25
PLIST_DIRS=	%%DATADIR%%
26
PKGMESSAGE=	${WRKDIR}/pkg-message
24
27
25
post-patch:
28
post-patch:
26
	@${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|; \
29
	@${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|; \
27
		s|/usr/local|${LOCALBASE}|; s|gcc|${CC}|' \
30
		s|/usr/local|${LOCALBASE}|; s|gcc|${CC}|' \
28
			${WRKSRC}/Makefile
31
			${WRKSRC}/Makefile
32
post-build:
33
	@${SED} 's|%%DATADIR%%|${DATADIR}|' ${PKGDIR}/pkg-message >${PKGMESSAGE}
29
34
30
do-install:
35
do-install:
31
	@${INSTALL_PROGRAM} ${WRKSRC}/skippy ${PREFIX}/bin
36
	@${INSTALL_PROGRAM} ${WRKSRC}/skippy ${PREFIX}/bin
37
	@${MKDIR} ${DATADIR}
38
	@${INSTALL_DATA} ${WRKSRC}/skippyrc-default ${DATADIR}
39
40
post-install:
41
	@${CAT} ${PKGMESSAGE}
32
42
33
.include <bsd.port.mk>
43
.include <bsd.port.mk>
(-)/usr/ports/x11-wm/skippy/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (skippy-0.4.1.tar.bz2) = 4d0d2b05f8f1357ceb80754f52a90991
1
MD5 (skippy-0.5.0.tar.bz2) = c7b5c7f0dd870513494916afd8581323
2
SIZE (skippy-0.4.1.tar.bz2) = 21628
2
SIZE (skippy-0.5.0.tar.bz2) = 23722
(-)/usr/ports/x11-wm/skippy/pkg-message (+5 lines)
Line 0 Link Here
1
*******************************************************************************
2
A sample configuration file, skippyrc-default, has been installed in 
3
%%DATADIR%%. To edit the default confiuration of skippy please 
4
'cp %%DATADIR%%/skippyrc-default ~/.skippyrc'
5
*******************************************************************************

Return to bug 66920