summaryrefslogtreecommitdiff
path: root/chat/goofey/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/goofey/Makefile')
-rw-r--r--chat/goofey/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/goofey/Makefile b/chat/goofey/Makefile
index 8132a4c8735..a280a883cea 100644
--- a/chat/goofey/Makefile
+++ b/chat/goofey/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/12/05 20:49:52 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2007/01/07 09:13:49 rillig Exp $
#
DISTNAME= goofey-3.15
@@ -13,13 +13,13 @@ COMMENT= Text-based client for goofey, a flexible short message system
NO_CONFIGURE= yes
LDFLAGS.SunOS+= -lnsl -lsocket
-INSTALLATION_DIRS= bin man/man1
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-build:
cd ${WRKSRC}; ${CC} ${CFLAGS} ${LDFLAGS} -o goofey goofey.c
do-install:
${INSTALL} ${WRKSRC}/goofey ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/goofey.1 ${PREFIX}/man/man1
+ ${INSTALL_DATA} ${WRKSRC}/goofey.1 ${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"