aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2013-11-30 14:53:59 +0800
committerdinoex <dinoex@FreeBSD.org>2013-11-30 14:53:59 +0800
commit9b37e8389b68d8a5986283d88f09e99224a5e2b6 (patch)
treec973aede425034b22c177c8a744d0abe48c00026
parent1f57facbf54526d07fda0604abe7f6682d575540 (diff)
downloadfreebsd-ports-gnome-9b37e8389b68d8a5986283d88f09e99224a5e2b6.tar.gz
freebsd-ports-gnome-9b37e8389b68d8a5986283d88f09e99224a5e2b6.tar.zst
freebsd-ports-gnome-9b37e8389b68d8a5986283d88f09e99224a5e2b6.zip
- use STAGEDIR
-rw-r--r--x11-wm/fvwm/Makefile16
-rw-r--r--x11-wm/fvwm/pkg-plist16
2 files changed, 21 insertions, 11 deletions
diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile
index eda41fe5bf90..ba0a774b84dc 100644
--- a/x11-wm/fvwm/Makefile
+++ b/x11-wm/fvwm/Makefile
@@ -6,31 +6,25 @@ PORTVERSION= 1.24r
PORTREVISION= 5
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-1/
-PKGNAMESUFFIX= 1
+PKGNAMESUFFIX= 1${PKGNAMESUFFIX2}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= The fvwm window manager
NO_LATEST_LINK= yes
-NO_STAGE= yes
USES= imake
USE_XORG= xbitmaps xpm xext x11 xmu
-MAN1= FvwmAudio.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 FvwmClean.1 \
- FvwmDebug.1 FvwmIconBox.1 FvwmIdent.1 FvwmPager.1 FvwmSave.1 \
- FvwmSaveDesk.1 FvwmScroll.1 FvwmWinList.1 GoodStuff.1 fvwm.1 \
- xpmroot.1
-
pre-configure:
- @${REINPLACE_CMD} -e '/DependSubdirs/y,/*#, ,' ${WRKSRC}/Imakefile
+ ${REINPLACE_CMD} -e '/DependSubdirs/y,/*#, ,' ${WRKSRC}/Imakefile
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
${WRKSRC}/configure.h \
${WRKSRC}/sample.fvwmrc/system.fvwmrc
post-install:
- @${MKDIR} ${PREFIX}/include/X11/pixmaps
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${WRKSRC}/fvwm_icons/*.xpm ${PREFIX}/include/X11/pixmaps
+ ${MKDIR} ${STAGEDIR}${PREFIX}/include/X11/pixmaps
+ ${INSTALL_DATA} ${WRKSRC}/fvwm_icons/*.xpm \
+ ${STAGEDIR}${PREFIX}/include/X11/pixmaps
.include <bsd.port.mk>
diff --git a/x11-wm/fvwm/pkg-plist b/x11-wm/fvwm/pkg-plist
index 68c4bd57574f..bad91abff152 100644
--- a/x11-wm/fvwm/pkg-plist
+++ b/x11-wm/fvwm/pkg-plist
@@ -58,5 +58,21 @@ include/X11/pixmaps/xterm-sgi.xpm
include/X11/pixmaps/xterm-sol.xpm
include/X11/pixmaps/xterm-sun.xpm
include/X11/pixmaps/xterm.xpm
+man/man1/FvwmAudio.1.gz
+man/man1/FvwmAuto.1.gz
+man/man1/FvwmBacker.1.gz
+man/man1/FvwmBanner.1.gz
+man/man1/FvwmClean.1.gz
+man/man1/FvwmDebug.1.gz
+man/man1/FvwmIconBox.1.gz
+man/man1/FvwmIdent.1.gz
+man/man1/FvwmPager.1.gz
+man/man1/FvwmSave.1.gz
+man/man1/FvwmSaveDesk.1.gz
+man/man1/FvwmScroll.1.gz
+man/man1/FvwmWinList.1.gz
+man/man1/GoodStuff.1.gz
+man/man1/fvwm.1.gz
+man/man1/xpmroot.1.gz
@dirrm lib/X11/fvwm
@dirrmtry include/X11/pixmaps