diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-06-16 10:18:16 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-06-16 10:18:16 +0000 |
commit | 163c66e19bbb41d7978d6f147f74bc4bdae50130 (patch) | |
tree | e20710edcdf4561d1bc9f286bcfcdde6ea173a4e /devel/libshhopt | |
parent | 6b827cdd10bd23b28e32e1cedb3275e0fb0f78ef (diff) | |
download | ports-163c66e19bbb41d7978d6f147f74bc4bdae50130.tar.gz ports-163c66e19bbb41d7978d6f147f74bc4bdae50130.zip |
Notes
Diffstat (limited to 'devel/libshhopt')
-rw-r--r-- | devel/libshhopt/files/Makefile | 3 | ||||
-rw-r--r-- | devel/libshhopt/files/Makefile.lib | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/libshhopt/files/Makefile b/devel/libshhopt/files/Makefile index 7d992264e100..0cc2ce8d365d 100644 --- a/devel/libshhopt/files/Makefile +++ b/devel/libshhopt/files/Makefile @@ -2,7 +2,8 @@ PREFIX = /usr/local LIBDIR = $(PREFIX)/lib -INCDIR = $(PREFIX)/include +INCSDIR = $(PREFIX)/include +INCDIR = $(INCSDIR) # for 4.x bsd.lib.mk example: $(CC) -o example example.c -I$(INCDIR) -L$(LIBDIR) -lshhopt diff --git a/devel/libshhopt/files/Makefile.lib b/devel/libshhopt/files/Makefile.lib index 37bf6c5cc6b6..e89e2a2dd3d1 100644 --- a/devel/libshhopt/files/Makefile.lib +++ b/devel/libshhopt/files/Makefile.lib @@ -9,7 +9,8 @@ NOPROFILE= yes NOOBJ= yes INCS= shhopt.h -INCDIR= ${PREFIX}/include +INCSDIR=${PREFIX}/include +INCDIR= ${INCSDIR} # for 4.x bsd.lib.mk SRCS= shhopt.c |