diff options
author | mharo <mharo@FreeBSD.org> | 1999-06-27 17:32:22 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-06-27 17:32:22 +0800 |
commit | ae3057b725e53b595ba72757e9a5feabd86adf97 (patch) | |
tree | 005aebf48d2fa1779338aa20595235f43e52cba8 /comms/asmodem/Makefile | |
parent | 548fe16a48a115c1b3101ce45ebfc438cdffe96f (diff) | |
download | freebsd-ports-gnome-ae3057b725e53b595ba72757e9a5feabd86adf97.tar.gz freebsd-ports-gnome-ae3057b725e53b595ba72757e9a5feabd86adf97.tar.zst freebsd-ports-gnome-ae3057b725e53b595ba72757e9a5feabd86adf97.zip |
Move manpage from PLIST to Makefile
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 |