1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Move manpages to Makefile and use MAN1 macro.

This commit is contained in:
Steve Price 1998-10-04 17:38:39 +00:00
parent ea6a1d8395
commit b683d69f9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13631
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Date created: 7 December 1994
# Whom: asami
#
# $Id: Makefile,v 1.16 1997/12/25 22:29:52 asami Exp $
# $Id: Makefile,v 1.17 1998/08/07 22:43:10 asami Exp $
#
DISTNAME= xfed
@ -17,6 +17,7 @@ IGNOREFILES= ${DISTFILES}
USE_IMAKE= yes
MAKE_FLAGS= MANDIR=${PREFIX}/man/man1 BINDIR=${PREFIX}/bin -f
WRKSRC= ${WRKDIR}/pub/graphics/systems/X11.old/pub/R6untarred/contrib/programs/xfed
MAN1= xfed.1
pre-clean:
-rm -rf ${.CURDIR}/src

View File

@ -1,2 +1 @@
bin/xfed
man/man1/xfed.1.gz