diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-07 22:48:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-07 22:48:42 +0000 |
commit | f4aebb9c61a5d6b240b74994f15962fa555424fc (patch) | |
tree | 28edfa969b275a475b17c28f7b1264b9daf48138 /x11-fm | |
parent | Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*. (diff) |
Rename ${FILESDIR}/patch-aa to ${FILESDIR}/last-patch-aa. (This one
is applied in post-install.)
Notes
Notes:
svn path=/head/; revision=33489
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/asfiles/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/asfiles/Makefile b/x11-fm/asfiles/Makefile index 42e496ef50ef..264c3296bdf7 100644 --- a/x11-fm/asfiles/Makefile +++ b/x11-fm/asfiles/Makefile @@ -23,7 +23,7 @@ MAN1= files.1 MAN3= regexp.3 post-install: - ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-aa + ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/last-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 |