12 lines
238 B
Makefile
12 lines
238 B
Makefile
# $NetBSD: Makefile,v 1.3 2001/10/21 10:49:59 wiz Exp $
|
|
#
|
|
|
|
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"
|