diff options
author | steve <steve@FreeBSD.org> | 2001-04-15 09:00:11 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-04-15 09:00:11 +0800 |
commit | c88235a9070074f802f65b24b54e9b2fec7ad006 (patch) | |
tree | 12da784e06961792146973c6e0390b3586a45ae9 | |
parent | 89f523bff47da29cd09b73662827cdd420186976 (diff) | |
download | freebsd-ports-gnome-c88235a9070074f802f65b24b54e9b2fec7ad006.tar.gz freebsd-ports-gnome-c88235a9070074f802f65b24b54e9b2fec7ad006.tar.zst freebsd-ports-gnome-c88235a9070074f802f65b24b54e9b2fec7ad006.zip |
Note extra files and remove extra directories on uninstall.
-rw-r--r-- | misc/cuecat/Makefile | 1 | ||||
-rw-r--r-- | misc/cuecat/pkg-plist | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/misc/cuecat/Makefile b/misc/cuecat/Makefile index aec47802812c..e27389d73272 100644 --- a/misc/cuecat/Makefile +++ b/misc/cuecat/Makefile @@ -7,6 +7,7 @@ PORTNAME= cuecat PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= http://www.mired.org/downloads/ \ http://mwm.tzo.com/downloads/ diff --git a/misc/cuecat/pkg-plist b/misc/cuecat/pkg-plist index 3ab139472ab2..5008dd8f4ed9 100644 --- a/misc/cuecat/pkg-plist +++ b/misc/cuecat/pkg-plist @@ -1,3 +1,6 @@ bin/cuecat -lib/%%PYTHON_VERSION%%/site-packages/cuecat.py lib/%%PYTHON_VERSION%%/site-packages/barcode.py +lib/%%PYTHON_VERSION%%/site-packages/barcode.pyo +lib/%%PYTHON_VERSION%%/site-packages/cuecat.py +lib/%%PYTHON_VERSION%%/site-packages/cuecat.pyo +@unexec rmdir %D/lib/%%PYTHON_VERSION%%/site-packages 2>/dev/null || true |