diff options
author | mich <mich@FreeBSD.org> | 2005-05-19 22:02:37 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2005-05-19 22:02:37 +0800 |
commit | a09418bbf3f13b3b98d8f03d20bf85ef157aa8f1 (patch) | |
tree | 62eb26b08383809ef7965866e7949c8f059afd97 /misc | |
parent | e813e8c3088c241e6bf5ce0d2768b3e1634787f9 (diff) | |
download | freebsd-ports-gnome-a09418bbf3f13b3b98d8f03d20bf85ef157aa8f1.tar.gz freebsd-ports-gnome-a09418bbf3f13b3b98d8f03d20bf85ef157aa8f1.tar.zst freebsd-ports-gnome-a09418bbf3f13b3b98d8f03d20bf85ef157aa8f1.zip |
o remove pkg-plist
o add patch for ignoring special directoris in PORTSDIR
(such as distfiles and Tools)
PR: ports/80368
Submitted by: Radim Kolar <hsn@netmag.cz>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/portell/Makefile | 4 | ||||
-rw-r--r-- | misc/portell/pkg-plist | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/misc/portell/Makefile b/misc/portell/Makefile index 7a83ee59f0dc..c948a5a378ad 100644 --- a/misc/portell/Makefile +++ b/misc/portell/Makefile @@ -7,6 +7,7 @@ PORTNAME= portell PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,6 +21,9 @@ USE_PYTHON= YES USE_REINPLACE= YES NO_BUILD= YES +PLIST_FILES= bin/portell +PORTDOCS= README.txt + post-extract: ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' ${WRKSRC}/portell.py ${REINPLACE_CMD} -e 's/free/freebsd/' ${WRKSRC}/portell.py diff --git a/misc/portell/pkg-plist b/misc/portell/pkg-plist deleted file mode 100644 index 4f3a00422644..000000000000 --- a/misc/portell/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/portell -%%PORTDOCS%%%%DOCSDIR%%/README.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% |