diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-06-27 09:32:22 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-06-27 09:32:22 +0000 |
commit | 9498a6a3f470017046726555db6deac11900d29e (patch) | |
tree | 075c8d04fdf6676a45c7f5af26ed20ed5cd1ef50 /comms/asmodem/Makefile | |
parent | 7f6443b63ede99966784a01b3bb9d692e8ddea50 (diff) | |
download | ports-9498a6a3f470017046726555db6deac11900d29e.tar.gz ports-9498a6a3f470017046726555db6deac11900d29e.zip |
Notes
Diffstat (limited to 'comms/asmodem/Makefile')
-rw-r--r-- | comms/asmodem/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/asmodem/Makefile b/comms/asmodem/Makefile index bb1a35530d09..abfe14c2381a 100644 --- a/comms/asmodem/Makefile +++ b/comms/asmodem/Makefile @@ -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 |