diff options
author | lkoeller <lkoeller@FreeBSD.org> | 2003-01-20 03:07:23 +0800 |
---|---|---|
committer | lkoeller <lkoeller@FreeBSD.org> | 2003-01-20 03:07:23 +0800 |
commit | 4aaeffd2a612e82c04f31988390f97e880145d8d (patch) | |
tree | 3c1ecd001e67cc57d5ca468f31bae457c42b115c /mail/faces/Makefile | |
parent | b3749e578e4bfcc119942ab9696954c2255b5ad5 (diff) | |
download | freebsd-ports-gnome-4aaeffd2a612e82c04f31988390f97e880145d8d.tar.gz freebsd-ports-gnome-4aaeffd2a612e82c04f31988390f97e880145d8d.tar.zst freebsd-ports-gnome-4aaeffd2a612e82c04f31988390f97e880145d8d.zip |
o) Patch reverse compface part to faces 1.6.1 port
- Missing uncompface -X option used in exmh
- Missing filter programs to generate ikon file
- I will try communicate the necessary add ons to the
new developers of faces.
Diffstat (limited to 'mail/faces/Makefile')
-rw-r--r-- | mail/faces/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index b7950c47c92e..acda531a9996 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -8,7 +8,7 @@ PORTNAME= faces PORTVERSION= 1.7.7 -#PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/faces/ @@ -101,7 +101,12 @@ post-install: .if !defined(NOPORTDOCS) if [ ! -e ${PREFIX}/share/doc/${PORTNAME} ]; then \ ${MKDIR} ${PREFIX}/share/doc/${PORTNAME}; \ - ${CP} -f ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}; + ${CP} -f ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}; \ + fi .endif + ${INSTALL_SCRIPT} ${FILESDIR}/ikon2xbm ${PREFIX}/bin + ${INSTALL_SCRIPT} ${FILESDIR}/xbm2ikon ${PREFIX}/bin + ${INSTALL_SCRIPT} ${FILESDIR}/xbmcut48 ${PREFIX}/bin + ${INSTALL_SCRIPT} ${FILESDIR}/xbmsize48 ${PREFIX}/bin .include <bsd.port.mk> |