diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-05 05:18:06 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-05 05:18:06 +0000 |
commit | 8c1c5f4a177063cf410c956996fe02d4deb7f3c6 (patch) | |
tree | ac2af0f80404ef4aae169dc34e86d24bf2929779 /x11/sxpc/Makefile | |
parent | Don't use ${LDCONFIG} if we don't install any shared libraries. (diff) |
Move manpages to Makefile and use MAN* macros.
Notes
Notes:
svn path=/head/; revision=13665
Diffstat (limited to 'x11/sxpc/Makefile')
-rw-r--r-- | x11/sxpc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/sxpc/Makefile b/x11/sxpc/Makefile index b9f354fa846b..778371f2aa2c 100644 --- a/x11/sxpc/Makefile +++ b/x11/sxpc/Makefile @@ -3,7 +3,7 @@ # Date created: 22nd March 1995 # Whom: jkh@FreeBSD.org # -# $Id: Makefile,v 1.4 1996/11/18 11:43:43 asami Exp $ +# $Id: Makefile,v 1.5 1997/01/06 12:14:56 jkh Exp $ # DISTNAME= sxpc-1.4 @@ -16,5 +16,6 @@ EXTRACT_CMD= zcat EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh USE_IMAKE= yes +MAN1= sxpc.1 .include <bsd.port.mk> |