diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | Makefile.inc | 2 | ||||
-rw-r--r-- | doc/Makefile | 2 | ||||
-rw-r--r-- | mk/sys.mk | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -# gentoo-oldnet Makefile +# netifrc Makefile # Copyright (c) 2007-2009 Roy Marples <roy@marples.name> # Released under the 2-clause BSD license. diff --git a/Makefile.inc b/Makefile.inc index 2b2fbc4..63084a8 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ -NAME= gentoo-oldnet +NAME= netifrc VERSION= 0.1 PKG= ${NAME}-${VERSION} diff --git a/doc/Makefile b/doc/Makefile index 047d689..d311273 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,4 @@ -DIR= ${DOCDIR}/gentoo-oldnet +DIR= ${DOCDIR}/netifrc CONF= README SRCS= net.example.in INC= net.example @@ -40,7 +40,7 @@ LIBDIR?= ${UPREFIX}/${LIBNAME} LIBMODE?= 0444 SHLIBDIR?= ${PREFIX}/${LIBNAME} -LIBEXECDIR?= ${PREFIX}/libexec/gentoo-oldnet +LIBEXECDIR?= ${PREFIX}/libexec/netifrc MANPREFIX?= ${UPREFIX}/share MANDIR?= ${MANPREFIX}/man |