diff options
author | wiz <wiz> | 2001-10-21 10:49:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-10-21 10:49:59 +0000 |
commit | 673a539b6bc45581573864cc53b46df120642738 (patch) | |
tree | 4585a9e6b5229604578df6e1c4d1fa478a423bb1 /x11/dfm/Makefile | |
parent | ec1a2e88dac8f9bd342f5149d13e24008205dfd4 (diff) | |
download | pkgsrc-673a539b6bc45581573864cc53b46df120642738.tar.gz |
xpkgwedge fixes by Hiramatsu Yoshifumi in pkg/14098,
and complete buildlinkification.
Diffstat (limited to 'x11/dfm/Makefile')
-rw-r--r-- | x11/dfm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/dfm/Makefile b/x11/dfm/Makefile index c5bc0e6fa14..b8f714e1fdb 100644 --- a/x11/dfm/Makefile +++ b/x11/dfm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/08/05 01:49:58 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 2001/10/21 10:49:59 wiz Exp $ # CATEGORIES= x11 @@ -6,4 +6,7 @@ CATEGORIES= x11 MAINTAINER= hubertf@netbsd.org COMMENT= Desktop File Manager +post-install: + ${MV} ${PREFIX}/man/man1/dfm.1x ${PREFIX}/man/man1/dfm.1 + .include "Makefile.common" |