diff options
author | mef <mef@pkgsrc.org> | 2012-06-13 08:23:25 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2012-06-13 08:23:25 +0000 |
commit | b6ed033facd726602ee0541b7f288fcb6ad7d91b (patch) | |
tree | 60f05704525f13bd7e2bcd3242c4a4f822b87a74 /x11 | |
parent | 8e505fa8a8567489ee1f75ae1d941b625bf347a7 (diff) | |
download | pkgsrc-b6ed033facd726602ee0541b7f288fcb6ad7d91b.tar.gz |
Makefile
CHANGES file no longer exists, remove from install file list.
PLIST
Because of missing CHANGES, two files were not installed.
Pick them up again.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfstt/Makefile | 4 | ||||
-rw-r--r-- | x11/xfstt/PLIST | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11/xfstt/Makefile b/x11/xfstt/Makefile index 98d1394c5df..4fb7b431c3d 100644 --- a/x11/xfstt/Makefile +++ b/x11/xfstt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2012/06/13 08:15:13 mef Exp $ +# $NetBSD: Makefile,v 1.33 2012/06/13 08:23:26 mef Exp $ # DISTNAME= xfstt-1.9 @@ -39,7 +39,7 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/doc/xfstt.1x \ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xfstt.1 cd ${WRKSRC} && ( \ - ${INSTALL_DATA} doc/FAQ CHANGES TODO THANKS \ + ${INSTALL_DATA} doc/FAQ TODO THANKS \ ${DESTDIR}${PREFIX}/share/doc/xfstt/ ; \ ${INSTALL_DATA} doc/examples/font.properties \ ${DESTDIR}${PREFIX}/share/examples/xfstt/ \ diff --git a/x11/xfstt/PLIST b/x11/xfstt/PLIST index a6b94b1d333..43a0ca6b948 100644 --- a/x11/xfstt/PLIST +++ b/x11/xfstt/PLIST @@ -1,6 +1,9 @@ -@comment $NetBSD: PLIST,v 1.9 2012/06/13 08:15:13 mef Exp $ +@comment $NetBSD: PLIST,v 1.10 2012/06/13 08:23:25 mef Exp $ bin/xfstt man/man1/xfstt.1 share/doc/xfstt/FAQ +share/doc/xfstt/THANKS +share/doc/xfstt/TODO share/examples/rc.d/xfstt share/examples/xfstt/font.properties +@pkgdir lib/X11/fonts/TTF |