diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-10 23:13:44 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-10 23:13:44 +0800 |
commit | 6df951bc30e57a096c90a8d41e8cffb408a221a0 (patch) | |
tree | d5773a732f340264628ffbd54bcc2ba9ad84335f | |
parent | 8293785b69df9cf9ee2a0cb0c8e333663cf04eb1 (diff) | |
download | freebsd-ports-gnome-6df951bc30e57a096c90a8d41e8cffb408a221a0.tar.gz freebsd-ports-gnome-6df951bc30e57a096c90a8d41e8cffb408a221a0.tar.zst freebsd-ports-gnome-6df951bc30e57a096c90a8d41e8cffb408a221a0.zip |
Stagify.
-rw-r--r-- | science/xmakemol/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/science/xmakemol/Makefile b/science/xmakemol/Makefile index 7ff51d92a85e..8aff95686143 100644 --- a/science/xmakemol/Makefile +++ b/science/xmakemol/Makefile @@ -10,16 +10,16 @@ MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Molecule Viewer Program Based on Motif Widget -USES= gmake motif +USES= gmake motif shebangfix USE_XORG= xpm USE_GL= glut glw GNU_CONFIGURE= yes +SHEBANG_FILES= xmake_anim.pl -MAN1= xmakemol.1 PLIST_FILES= bin/xmake_anim.pl \ bin/xmakemol \ + man/man1/xmakemol.1.gz \ %%DATADIR%%/elements PLIST_DIRS= %%DATADIR%% -NO_STAGE= yes .include <bsd.port.mk> |