diff options
author | krion <krion@FreeBSD.org> | 2004-07-01 15:46:04 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-01 15:46:04 +0800 |
commit | 84293a167a9e9989efbeeb658753cc5711864dd9 (patch) | |
tree | 485d2b99bd3507accb2dd60b4cb1d6287c13d136 /devel | |
parent | feea6a1ef7d5dcaa8ba6dcc53303497bed643b11 (diff) | |
download | freebsd-ports-graphics-84293a167a9e9989efbeeb658753cc5711864dd9.tar.gz freebsd-ports-graphics-84293a167a9e9989efbeeb658753cc5711864dd9.tar.zst freebsd-ports-graphics-84293a167a9e9989efbeeb658753cc5711864dd9.zip |
Fix package build.
Reported by: pointyhat via kris
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cxref/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/cxref/Makefile b/devel/cxref/Makefile index 09a7c378dc0..b7e755749fd 100644 --- a/devel/cxref/Makefile +++ b/devel/cxref/Makefile @@ -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> |