diff options
-rw-r--r-- | misc/portell/Makefile | 4 | ||||
-rw-r--r-- | misc/portell/pkg-plist | 3 | ||||
-rw-r--r-- | ports-mgmt/portell/Makefile | 4 | ||||
-rw-r--r-- | ports-mgmt/portell/pkg-plist | 3 |
4 files changed, 8 insertions, 6 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%% diff --git a/ports-mgmt/portell/Makefile b/ports-mgmt/portell/Makefile index 7a83ee59f0dc..c948a5a378ad 100644 --- a/ports-mgmt/portell/Makefile +++ b/ports-mgmt/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/ports-mgmt/portell/pkg-plist b/ports-mgmt/portell/pkg-plist deleted file mode 100644 index 4f3a00422644..000000000000 --- a/ports-mgmt/portell/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/portell -%%PORTDOCS%%%%DOCSDIR%%/README.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% |