diff options
author | agc <agc@pkgsrc.org> | 1998-06-22 12:58:33 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-22 12:58:33 +0000 |
commit | 988019b0161173d9185365a43313f01b0fdb5e3d (patch) | |
tree | d4348e0f294c2e984b78663e6958bb9a3bb8fcd8 /x11/amiwm/Makefile | |
parent | daa3dd519ae7d2f2b965e1cc9ca7cd78fa7ad24c (diff) | |
download | pkgsrc-988019b0161173d9185365a43313f01b0fdb5e3d.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'x11/amiwm/Makefile')
-rw-r--r-- | x11/amiwm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/amiwm/Makefile b/x11/amiwm/Makefile index 98027cd2480..1e0cb554588 100644 --- a/x11/amiwm/Makefile +++ b/x11/amiwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/05/22 13:49:41 tron Exp $ +# $NetBSD: Makefile,v 1.4 1998/06/22 13:20:56 agc Exp $ # DISTNAME= amiwm0.20pl48 @@ -12,6 +12,4 @@ USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="-DHAVE_X11_EXTENSIONS_SHAPE_H=1 -O" -MAN1= amiwm.1 - .include "../../mk/bsd.pkg.mk" |