diff options
Diffstat (limited to 'devel/libk8055/Makefile')
-rw-r--r-- | devel/libk8055/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/libk8055/Makefile b/devel/libk8055/Makefile index 618d5ba2edda..b59c29bb3bcb 100644 --- a/devel/libk8055/Makefile +++ b/devel/libk8055/Makefile @@ -10,19 +10,17 @@ MASTER_SITES= http://www.horizon9.org/~geroy/download/k8055/ \ MAINTAINER= jake@xz.cx COMMENT= Velleman K8055 USB experimental board support and command line tool -MAN1= k8055.1 -MANCOMPRESSED= yes USE_LDCONFIG= yes USE_CSTD= gnu89 PLIST_FILES= bin/k8055 \ + include/k8055.h \ lib/libk8055.c \ lib/libk8055.o \ lib/libk8055.so \ lib/libk8055.so.0.2 \ - include/k8055.h + man/man1/k8055.1.gz -NO_STAGE= yes post-patch: @${RM} ${WRKSRC}/libk8055.c.orig |