Arghh... I forgot USE_IMAKE implies MANCOMPRESSED, so we can

put these in MAN1 and not have to worry about them being pkg/PLIST.

Reminded by:	Asami-san
This commit is contained in:
Steve Price 1998-09-16 01:36:17 +00:00
parent 0691c6cd14
commit 913f062460
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13163
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
# Date created: 14 September 1994
# Whom: jkh
#
# $Id: Makefile,v 1.15 1998/04/16 01:56:42 jseger Exp $
# $Id: Makefile,v 1.16 1998/09/14 19:48:51 markm Exp $
#
DISTNAME= xpm-3.4k
@ -14,6 +14,8 @@ MAINTAINER= jseger@FreeBSD.org
USE_IMAKE= yes
MAN1= cxpm.1 sxpm.1
post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib

View File

@ -6,5 +6,3 @@ lib/libXpm.a
lib/libXpm.so.5
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
man/man1/cxpm.1.gz
man/man1/sxpm.1.gz