diff options
author | matthew <matthew@FreeBSD.org> | 2017-08-02 22:09:33 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2017-08-02 22:09:33 +0800 |
commit | cea0f8b15a56e33a65ce5ea5983338feab06ffe2 (patch) | |
tree | 56808f544c39fba26aa67fb4f9ecd42a1f6c2309 /devel | |
parent | 2dc5ab50108b0ae9c347f81441d802bbb3216115 (diff) | |
download | freebsd-ports-gnome-cea0f8b15a56e33a65ce5ea5983338feab06ffe2.tar.gz freebsd-ports-gnome-cea0f8b15a56e33a65ce5ea5983338feab06ffe2.tar.zst freebsd-ports-gnome-cea0f8b15a56e33a65ce5ea5983338feab06ffe2.zip |
Delete mistakenly included editor backup file
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-amalgamate/Makefile~ | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/py-amalgamate/Makefile~ b/devel/py-amalgamate/Makefile~ deleted file mode 100644 index db8787ffe835..000000000000 --- a/devel/py-amalgamate/Makefile~ +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= amalgamate -PORTVERSION= 0.1.3 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= python@FreeBSD.org -COMMENT= Collapse Python packages into a single module - -LICENSE= BSD3CLAUSE - -USES= python:3.4+ -USE_PYTHON= autoplist distutils - -.include <bsd.port.mk> |