1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Fix package build.

Reported by:	pointyhat via kris
This commit is contained in:
Kirill Ponomarev 2004-07-01 07:46:04 +00:00
parent f31ff38a24
commit fefe6bf4ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112647

View File

@ -7,6 +7,7 @@
PORTNAME= cxref
PORTVERSION= 1.5g
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://www.gedanken.demon.co.uk/download-cxref/
@ -21,9 +22,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= cxref.1 cxref-query.1 cxref-cpp.1 cxref-cpp-configure.1
PLIST_FILES= bin/cxref bin/cxref-cc bin/cxref-query \
bin/cxref-cpp bin/cxref-cpp-configure %%DATADIR%%/cxref-cpp.defines
PLIST_DIRS= %%DATADIR%%
MAN1= cxref.1 cxref-query.1
PLIST_FILES= bin/cxref bin/cxref-cc bin/cxref-query
.include <bsd.port.mk>