diff options
author | steve <steve@FreeBSD.org> | 1998-09-28 02:25:34 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-28 02:25:34 +0000 |
commit | 61ed12db0cd2d8d1376cdf76d59ae15bd9ea9749 (patch) | |
tree | de1dd1e4a0d4c1f85972b1bf8522ab565e3fdae5 /games/xpacman/Makefile | |
parent | 717d36e01445bb504251df649b1d45bb541fcab6 (diff) | |
download | FreeBSD-ports-61ed12db0cd2d8d1376cdf76d59ae15bd9ea9749.zip FreeBSD-ports-61ed12db0cd2d8d1376cdf76d59ae15bd9ea9749.tar.gz |
Move manpages from pkg/PLIST to MAN* macro in Makefile.
Diffstat (limited to 'games/xpacman/Makefile')
-rw-r--r-- | games/xpacman/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xpacman/Makefile b/games/xpacman/Makefile index 136ef22..75a77cf 100644 --- a/games/xpacman/Makefile +++ b/games/xpacman/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Aug 1995 # Whom: joerg # -# $Id: Makefile,v 1.3 1995/09/23 20:10:42 joerg Exp $ +# $Id: Makefile,v 1.4 1996/11/18 11:26:27 asami Exp $ # DISTNAME= pacman10 @@ -20,5 +20,6 @@ NO_WRKSUBDIR= Does not unpack into subdir. EXTRACT_CMD= unzip EXTRACT_BEFORE_ARGS= -x USE_IMAKE= yes +MAN1= pacman.1 .include <bsd.port.mk> |