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

Move manpage from PLIST to Makefile

This commit is contained in:
Michael Haro 1999-06-27 09:32:22 +00:00
parent 7f6443b63e
commit 9498a6a3f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19828
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
# Date created: 11 May 1998
# Whom: Sean Cole <scole@aracnet.com>
#
# $Id: Makefile,v 1.1.1.1 1999/03/18 05:51:46 taoka Exp $
# $Id: Makefile,v 1.2 1999/03/19 22:18:39 asami Exp $
#
DISTNAME= asmodem-0.6
@ -15,8 +15,9 @@ MAINTAINER= ports@FreeBSD.ORG
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_GMAKE= yes
USE_GMAKE= yes
USE_IMAKE= yes
MAN1= asmodem.1
post-install:
strip ${PREFIX}/bin/asmodem

View File

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