diff options
author | vs <vs@FreeBSD.org> | 2005-05-23 11:13:44 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-05-23 11:13:44 +0000 |
commit | 68aa4424f83e853427c24992e0244b7efc7978e0 (patch) | |
tree | 0f775c8bb15819f90b0bda114a5b8e95d3df727b /misc | |
parent | 13d3d3c4032c3778bd51f4b70295eab0b85427e5 (diff) | |
download | FreeBSD-ports-68aa4424f83e853427c24992e0244b7efc7978e0.zip FreeBSD-ports-68aa4424f83e853427c24992e0244b7efc7978e0.tar.gz |
Use PLIST_FILES/PORTDOCS
Diffstat (limited to 'misc')
-rw-r--r-- | misc/argparse/Makefile | 2 | ||||
-rw-r--r-- | misc/argparse/pkg-plist | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/misc/argparse/Makefile b/misc/argparse/Makefile index 586f9ef..91fae6c 100644 --- a/misc/argparse/Makefile +++ b/misc/argparse/Makefile @@ -20,6 +20,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +PLIST_FILES= bin/argparse +PORTDOCS= * MAN1= argparse.1 .include <bsd.port.mk> diff --git a/misc/argparse/pkg-plist b/misc/argparse/pkg-plist deleted file mode 100644 index 4ac8e0a..0000000 --- a/misc/argparse/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/argparse -%%DOCSDIR%%/example/argparse-demo.sh -@dirrm %%DOCSDIR%%/example -@dirrm %%DOCSDIR%% |