diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-01-11 22:29:31 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-01-11 22:29:31 +0800 |
commit | 504f4e44e35c0ebf301f445b76140b94d275256c (patch) | |
tree | aa4764d810451e5786b97cb2996d9ab1310d3e20 | |
parent | 35fb581a02903da6312f7657cca30a600c40036b (diff) | |
download | freebsd-ports-gnome-504f4e44e35c0ebf301f445b76140b94d275256c.tar.gz freebsd-ports-gnome-504f4e44e35c0ebf301f445b76140b94d275256c.tar.zst freebsd-ports-gnome-504f4e44e35c0ebf301f445b76140b94d275256c.zip |
- Take maintainership
- use tabs
-rw-r--r-- | devel/ffcall/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/devel/ffcall/Makefile b/devel/ffcall/Makefile index 28a9c0cf3d04..896f5d975230 100644 --- a/devel/ffcall/Makefile +++ b/devel/ffcall/Makefile @@ -5,18 +5,18 @@ # $FreeBSD$ # -PORTNAME= ffcall -PORTVERSION= 1.8 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/ +PORTNAME= ffcall +PORTVERSION= 1.8 +CATEGORIES= devel +MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org -USE_GMAKE= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes -MAN3= avcall.3 callback.3 trampoline.3 trampoline_r.3 vacall.3 -MANCOMPRESSED= no +MAN3= avcall.3 callback.3 trampoline.3 trampoline_r.3 vacall.3 +MANCOMPRESSED= no .include <bsd.port.mk> |