diff options
author | asami <asami@FreeBSD.org> | 2000-10-07 22:48:42 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-07 22:48:42 +0000 |
commit | a6755f38ee71893ae661e4868536fb8fced6f12e (patch) | |
tree | ac76e728523c6b62d6c3505fcf334cf5d5c5f780 /x11-fm/asfiles | |
parent | 9b9d7b10b9bf5a6cb3cd466e22b9d14e935ea8d1 (diff) | |
download | FreeBSD-ports-a6755f38ee71893ae661e4868536fb8fced6f12e.zip FreeBSD-ports-a6755f38ee71893ae661e4868536fb8fced6f12e.tar.gz |
Rename ${FILESDIR}/patch-aa to ${FILESDIR}/last-patch-aa. (This one
is applied in post-install.)
Diffstat (limited to 'x11-fm/asfiles')
-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 42e496e..264c329 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 |