diff options
author | steve <steve@FreeBSD.org> | 1999-04-02 11:56:48 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-04-02 11:56:48 +0800 |
commit | 94e0040e3ca00b747795ba0d803422a605a18f2f (patch) | |
tree | 31d878fbd5a16fe286713a07af8055c5ac3303eb /x11-fm/asfiles/Makefile | |
parent | 7afd98b7b0423dc22a99c65ebb3ea383636fb13d (diff) | |
download | freebsd-ports-gnome-94e0040e3ca00b747795ba0d803422a605a18f2f.tar.gz freebsd-ports-gnome-94e0040e3ca00b747795ba0d803422a605a18f2f.tar.zst freebsd-ports-gnome-94e0040e3ca00b747795ba0d803422a605a18f2f.zip |
Notes from submitter:
(1) Add resource file Files so as to install ${PREFIX}/lib/X11/app-defaults/Files
(2) PREFIX varialization has been done!
PR: 10750
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Diffstat (limited to 'x11-fm/asfiles/Makefile')
-rw-r--r-- | x11-fm/asfiles/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-fm/asfiles/Makefile b/x11-fm/asfiles/Makefile index 76affe0fb6f9..7f4a0e6cb446 100644 --- a/x11-fm/asfiles/Makefile +++ b/x11-fm/asfiles/Makefile @@ -3,7 +3,7 @@ # Date created: 17 August 1997 # Whom: lukin@okbmei.msk.su # -# $Id: Makefile,v 1.8 1999/01/18 06:43:03 asami Exp $ +# $Id: Makefile,v 1.9 1999/03/15 01:20:22 steve Exp $ # DISTNAME= ASFiles-1.0 @@ -22,4 +22,10 @@ USE_X_PREFIX= yes MAN1= files.1 MAN3= regexp.3 +post-install: + ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-aa + ${INSTALL_DATA} ${WRKSRC}/src/Files.ad ${PREFIX}/lib/X11/app-defaults/ + ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + ${MV} ${WRKSRC}/src/Files.ad.orig ${WRKSRC}/src/Files.ad + .include <bsd.port.mk> |