diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2004-12-23 04:33:28 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2004-12-23 04:33:28 +0000 |
commit | 72259604cea5e87e03d7a52b883bdc037af58d39 (patch) | |
tree | dfda8a45554f078f558b19c27096622f5aa720fe /emulators/vx68k | |
parent | databases/sqlite3 does not link with tcl8.3 (diff) |
Utilize INFO.
Notes
Notes:
svn path=/head/; revision=124886
Diffstat (limited to 'emulators/vx68k')
-rw-r--r-- | emulators/vx68k/Makefile | 1 | ||||
-rw-r--r-- | emulators/vx68k/pkg-plist | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/emulators/vx68k/Makefile b/emulators/vx68k/Makefile index 37219c5daf83..e57e74ae3668 100644 --- a/emulators/vx68k/Makefile +++ b/emulators/vx68k/Makefile @@ -26,6 +26,7 @@ LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= vx68k.1 +INFO= vx68k CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lGL -lGLU \ diff --git a/emulators/vx68k/pkg-plist b/emulators/vx68k/pkg-plist index 22f09cbd670e..fbc229a48db9 100644 --- a/emulators/vx68k/pkg-plist +++ b/emulators/vx68k/pkg-plist @@ -5,9 +5,6 @@ include/vx68k/iocs.h include/vx68k/machine.h include/vx68k/memory.h include/vx68k/version.h -@unexec install-info --delete %D/info/vx68k.info %D/info/dir -info/vx68k.info -@exec install-info %D/info/vx68k.info %D/info/dir lib/libvx68k.a lib/libvx68kdos.a @dirrm include/vx68k |